|
|
|
IDXBaseObject Interface |
|
IID_IDXBaseObject |
{17B59B2B-9CC8-11D1-9053-00C04FD9189D} |
|
The IDXBaseObject interface manages the generation identifier (ID) of an object.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDXBaseObject Members |
Description |
|
GetGenerationId |
Retrieves the current generation ID for the object. |
|
IncrementGenerationId |
Manually increments the object generation ID. |
|
GetObjectSize |
Retrieves the size, in bytes, of the data object (for example, a surface or buffer). |
|
GetGenerationId |
|
FUNCTION
IDXBaseObject_GetGenerationId
( _ , BYREF pID AS DWORD _ ) AS
LONG |
|
IncrementGenerationId |
|
FUNCTION
IDXBaseObject_IncrementGenerationId
( _ , BYVAL bRefresh AS LONG _ ) AS
LONG |
|
GetObjectSize |
|
FUNCTION
IDXBaseObject_GetObjectSize
( _ , BYREF pcbSize AS DWORD _ ) AS
LONG |
Page last updated on Monday, 03 April 2006 19:46:17 +0200