NVIDIA FX4500 User Guide - Page 53

NvGvoConfigGet(), Description: Set Graphics to Video configuration.

Page 53 highlights

Chapter 05 : API Control NvGvoConfigGet() Function: NvGvoConfigGet // Description: Get Graphics to Video configuration. // Parameters: hGvoHandle - Handle to graphics adapter // pConfig - Pointer to Graphics to Video configuration // Returns: NV_OK - Success NVRESULT NVAPIENTRY NvGvoConfigGet(NVGVOHANDLE hGvoHandle IN, NVGVOCONFIG* pConfig OUT); NvGvoConfigSet() // Function: NvGvoConfigSet // Description: Set Graphics to Video configuration. // Parameters: hGvoHandle - Handle to graphics adapter // pConfig - Pointer to Graphics to Video config // Returns: NV_OK - Success // NV_ACCESSDENIED - Access denied (no write access) // NV_RUNNING - Requested settings require NvGvoStop NVRESULT NVAPIENTRY NvGvoConfigSet(NVGVOHANDLE hGvoHandle IN, const NVGVOCONFIG* pConfig IN); Quadro 4000/5000/6000 SDI DU-05337-001_v01 | 49

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96

Quadro 4000/5000/6000 SDI
DU-05337-001_v01
|
49
Chapter 05 : API Control
NvGvoConfigGet()
//---------------------------------------------------------------------
// Function:
NvGvoConfigGet
// Description: Get Graphics to Video configuration.
// Parameters:
hGvoHandle - Handle to graphics adapter
//
pConfig
- Pointer to Graphics to Video configuration
// Returns:
NV_OK
- Success
//---------------------------------------------------------------------
NVRESULT NVAPIENTRY NvGvoConfigGet(NVGVOHANDLE
hGvoHandle IN,
NVGVOCONFIG* pConfig
OUT);
NvGvoConfigSet()
//---------------------------------------------------------------------
// Function:
NvGvoConfigSet
// Description: Set Graphics to Video configuration.
// Parameters:
hGvoHandle
- Handle to graphics adapter
//
pConfig
- Pointer to Graphics to Video config
// Returns:
NV_OK
- Success
//
NV_ACCESSDENIED - Access denied (no write access)
//
NV_RUNNING
- Requested settings require NvGvoStop
//---------------------------------------------------------------------
NVRESULT NVAPIENTRY NvGvoConfigSet(NVGVOHANDLE
hGvoHandle IN,
const NVGVOCONFIG* pConfig
IN);