www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 Component Reference
|
|
[ TDx_DrawSurface::GetPrivateData() ]
[ next: GetSurfaceDesc() ]
[ prev: GetPriority() ]
public:
virtual HRESULT __fastcall GetPrivateData( REFGUID pTag, void* pBuffer, dword* pBufferSize );
TDX_DRAWSURFACE::GETPRIVATEDATA()
[ component method ]
- Description
- Parameters
Tag
The Tag parameter references the GUID of the private data that is to be retrieved.
Buffer
The Buffer parameter references a buffer for holding the retrieved private data if this method returns successfully.
The buffer must be explicitly allocated and released by the calling application.
BufferSize
The BufferSize parameter defines the size, in bytes, of the buffer referenced by the Buffer parameter of this method.
If there is insufficient space for the requested information, this parameter will be set to the required size and DDERR_MOREDATA returned.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|