40 lines
902 B
Modula-2
40 lines
902 B
Modula-2
LIBRARY MSRATING
|
|
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
|
|
;DESCRIPTION 'Windows Ratings Services'
|
|
|
|
EXPORTS
|
|
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
; public entry ponits
|
|
RatingCheckUserAccess
|
|
RatingEnable
|
|
RatingSetupUI
|
|
RatingInit
|
|
RatingFreeDetails
|
|
RatingObtainCancel
|
|
RatingObtainQuery
|
|
RatingAccessDeniedDialog
|
|
RatingEnabledQuery
|
|
RatingAddPropertyPages
|
|
RatingCustomInit
|
|
RatingCustomAddRatingSystem
|
|
RatingCustomSetUserOptions
|
|
RatingCustomAddRatingHelper
|
|
RatingCustomRemoveRatingHelper
|
|
RatingCustomCrackData
|
|
RatingCustomSetDefaultBureau
|
|
|
|
VerifySupervisorPassword
|
|
ChangeSupervisorPassword
|
|
|
|
RatingAccessDeniedDialog2
|
|
|
|
ClickedOnPRF
|
|
ClickedOnRAT
|
|
|
|
RatingCustomDeleteCrackedData
|