IBufferManager::get_FormatType
The get_FormatType method retrieves information about the type of buffer that this object can create.
Syntax
HRESULT get_FormatType(
FORMAT_TYPE* pType
);
Parameters
pType
[out] One or more FORMAT_TYPE values that describe what type of buffer this object manages.
Return Values
The method returns an HRESULT of S_OK for success, or a standard COM error code for failure.
Requirements
Client: Windows Vista
Header: Include gputransformplugin.h and GPUPipelineTime.h.
Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).
See Also