windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/h/clsobj.h
2020-09-26 16:20:57 +08:00

32 lines
657 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: clsobj.h
//
// Contents: header MobsyncGetClassObject.
//
// Classes:
//
// Notes:
//
// History: 04-Aug-98 rogerg Created.
//
//--------------------------------------------------------------------------
#ifndef _MOBSYNC_CLASSOBJ
#define MOBSYNC_CLASSOBJ
typedef enum _tagMOBSYNC_CLASSOBJECTID
{
MOBSYNC_CLASSOBJECTID_NETAPI = 0x01,
} MOBSYNC_CLASSOBJECTID;
STDAPI MobsyncGetClassObject(ULONG mobsyncClassObjectId,void **pCObj);
#endif // MOBSYNC_CLASSOBJ