QITAB structure (shlwapi.h)
Used by the QISearch function to describe a single interface.
Syntax
typedef struct {
const IID *piid;
DWORD 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
Note Prior to Windows Vista, QITAB was not declared in a public header file. To use it in those cases, you must use define it yourself as it is given here. Under Windows Vista, QITAB is included in Shlwapi.h and this is not necessary.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server, Windows Server 2003 [desktop apps only] |
Header | shlwapi.h |