Microsoft DirectX 8.1 (C++) |
The SetOutputFormat method sets information that describes output video characteristics such as size and bit depth.
This method is currently not implemented.
Syntax
HRESULT SetOutputFormat(
LPBITMAPINFO lpbmi
);
Parameters
lpbmi
Pointer to a BITMAPINFO structure containing the desired output format.
Return Values
Returns E_NOTIMPL.
Remarks
The default video output size is 320 × 240 pixels.
See Also