Leaked source code of windows server 2003
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.
|
|
;offline.def : Declares the module parameters for the DLL. ;mobsyncp.def is meant for the private library
LIBRARY mobsync
EXPORTS DllCanUnloadNow PRIVATE ;DLL unloading DllGetClassObject PRIVATE ;Component object model DllRegisterServer PRIVATE DllUnregisterServer PRIVATE RunDllRegister @6 ; Can call RunDLL to register the dll SyncMgrRasProc ; Called by Ras for Disconnect DisplayOptions MobsyncGetClassObject RegGetProgressDetailsState RegSetProgressDetailsState RegGetSyncSettings RegRemoveManualSyncSettings RegGetHandlerRegistrationInfo RegGetSyncItemSettings RegSetSyncItemSettings RegGetSchedConnectionName RegGetSchedSyncSettings RegQueryLoadHandlerOnEvent RegSetUserDefaults RegSchedHandlerItemsChecked RegGetHandlerTopLevelKey
SyncMgrResolveConflictW SyncMgrResolveConflictA
|