|
MEMBERID
MEMBERID identifies the member in a type description. For IDispatch interfaces, this is the same as DISPID.
typedef DISPID MEMBERID;
This is a 32-bit integral value in the following format:
Bits
| Value
| 0 15
| Offset. Any value is permissible.
| 16 21
| The nesting level of this typeinfo in the inheritance hierarchy. For example:
interface mydisp : IDispatch
The nesting level of IUnknown is 0, IDispatch is 1, and mydisp is 2.
| 22 25
| Reserved; must be zero
| 26 28
| DISPID value.
| 29
| True if this is the member ID for a FuncDesc; otherwise False.
| 30 31
| Must be 01.
|
Negative IDs are reserved for use by OLE Automation.
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
|