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.
|
|
//+-------------------------------------------------------------------------
//
// 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
|