Microsoft DirectX 8.1 (C++) |
The GetOutputFormat method retrieves information about output video characteristics such as size and bit depth.
Syntax
HRESULT GetOutputFormat(
LPBITMAPINFOHEADER lpbmih
);
Parameters
lpbmih
Pointer to the retrieved BITMAPINFOHEADER structure.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
If successful, the default implementation returns S_FALSE if
Remarks
The default video output size is 320 × 240 pixels.
See Also