Grabber::showVCDPropertyPage Method

Shows the property page for this device. With the property page, the user can adjust property settings like brightness.
Syntax:
bool showVCDPropertyPage( HWND hParent = 0, const std::string& title = "" );
bool showVCDPropertyPage( HWND hParent, const std::wstring& title );

Parameter Description
hParent

The parent window of this property page. If set to 0 (this is the default), then the active window is used as the parent, because the page needs to be modal.

title

The title of the property dialog. It defaults to an empty string (no title).

Return value:

true on success, false otherwise.

Information:

Introduced in version 2.0

See also: Grabber

<< Grabber