You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
511 B
24 lines
511 B
LIBRARY OCCACHE
|
|
|
|
EXPORTS
|
|
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|
|
RemoveExpiredControls PRIVATE
|
|
|
|
DllMain
|
|
FindFirstControl
|
|
FindNextControl
|
|
FindControlClose
|
|
GetControlDependentFile
|
|
IsModuleRemovable
|
|
ReleaseControlHandle
|
|
GetControlInfo
|
|
RemoveControlByHandle
|
|
RemoveControlByName
|
|
SweepControlsByLastAccessDate
|
|
|
|
|