QITAB structure
Used by the QISearch function to describe a single interface.
Syntax
typedef struct { const IID *piid; int dwOffset; } QITAB, *LPQITAB;
Members
- piid
-
Type: const IID*
-
A pointer to the IID of the interface represented by this structure.
- dwOffset
-
Type: int
-
The offset, in bytes, from the base of the object to the start of the interface.
Remarks
To mark the end of a QITAB table, set the piid member to NULL and the dwOffset member to 0. See the QISearch function for an example of how to use this structure.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server, Windows Server 2003 [desktop apps only] |
|
Header |
|