NVIDIA Corporation
32
Quadro FX 4000 SDI User’s Guide
– Version 2.1
C
HAPTER
4
API Control
NvGvoEnumDataFormats()
//---------------------------------------------------------------------
// Function: NvGvoEnumDataFormats
// Description: Enumerate data formats supported by Graphics to Video.
// Parameters: hGvoHandle - Handle to graphics adapter
// nEnumIndex - Enumeration index
// bByEnum - TRUE nEnumIndex is NVDATAFORMAT_*
// FALSE nEnumIndex is 0..n-1
// pDataFormatDetail - Pointer to receive detail or NULL
// Returns: NV_OK - Success
// NV_NOMORE - No more data formats to enumerate
// NV_NOTSUPPORTED - Unsupported NVDATAFORMAT_ enumeration
//---------------------------------------------------------------------
NVRESULT NVAPIENTRY NvGvoEnumDataFormats(NVGVOHANDLE hGvoHandle IN,
int nEnumIndex IN,
BOOL bByEnum IN,
NVGVODATAFORMATDETAIL* pDataFormatDetail
OUT);