|
MKSYS
The MKSYS enumeration constants indicate the moniker's class. They are returned from
the IMoniker::IsSystemMoniker method. MKSYS is defined in OBJIDL.IDL.
typedef enum tagMKSYS
{
MKSYS_NONE = 0,
MKSYS_GENERICCOMPOSITE = 1,
MKSYS_FILEMONIKER = 2,
MKSYS_ANTIMONIKER = 3,
MKSYS_ITEMMONIKER = 4,
MKSYS_POINTERMONIKER = 5
} MKSYS;
Elements
MKSYS_NONE
Indicates a custom moniker implementation.
MKSYS_GENERICCOMPOSITE
Indicates the system's generic composite moniker class.
MKSYS_FILEMONIKER
Indicates the system's file moniker class.
MKSYS_ANTIMONIKER
Indicates the system's anti-moniker class.
MKSYS_ITEMMONIKER
Indicates the system's item moniker class.
MKSYS_POINTERMONIKER
Indicates the system's pointer moniker class.
See Also
IMoniker::IsSystemMoniker
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|