37 lines
1.1 KiB
Modula-2
37 lines
1.1 KiB
Modula-2
;+-------------------------------------------------------------------------
|
|
;
|
|
; Microsoft Windows
|
|
;
|
|
; Copyright (C) Microsoft Corporation, 1998 - 2001
|
|
;
|
|
; File: dsprop.def
|
|
;
|
|
; Library definitions file for the AD shell property pages.
|
|
;
|
|
;--------------------------------------------------------------------------
|
|
|
|
LIBRARY dsprop
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
IsSheetAlreadyUp
|
|
BringSheetToForeground
|
|
DSPROP_GetGCSearchOnDomain
|
|
ADsPropCreateNotifyObj
|
|
ADsPropGetInitInfo
|
|
ADsPropSetHwnd
|
|
ADsPropCheckIfWritable
|
|
ADsPropSetHwndWithTitle
|
|
ADsPropSendErrorMessage
|
|
ADsPropShowErrorDialog
|
|
CrackName
|
|
Smart_PADS_ATTR_INFO__Empty
|
|
MsgBox
|
|
ErrMsg
|
|
ErrMsgParam
|
|
CheckADsError
|
|
ReportError
|
|
PostADsPropSheet
|
|
FindSheet |