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.

31 lines
688 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: clsobj.h
  7. //
  8. // Contents: header MobsyncGetClassObject.
  9. //
  10. // Classes:
  11. //
  12. // Notes:
  13. //
  14. // History: 04-Aug-98 rogerg Created.
  15. //
  16. //--------------------------------------------------------------------------
  17. #ifndef _MOBSYNC_CLASSOBJ
  18. #define MOBSYNC_CLASSOBJ
  19. typedef enum _tagMOBSYNC_CLASSOBJECTID
  20. {
  21. MOBSYNC_CLASSOBJECTID_NETAPI = 0x01,
  22. } MOBSYNC_CLASSOBJECTID;
  23. STDAPI MobsyncGetClassObject(ULONG mobsyncClassObjectId,void **pCObj);
  24. #endif // MOBSYNC_CLASSOBJ