PDD_HandleVideoControlCapsChanges
Other versions of this page are also available for the following:
8/28/2008
Handle CSPROPERTY_VIDCAP_VIDEOCONTROL specific property changes.
Syntax
DWORD PDD_HandleVideoControlCapsChanges(
LPVOID PDDContext,
LONG lModeType,
ULONG ulCaps
);
Parameters
LPVOID PDDContext
[in]This is the return value of PDD_Init.
LONG lModeType
[in]Refer to theCSPROPERTY_VIDCAP_VIDEOCONTROL topic for details.
ULONG ulCaps
[in]Refer to the CSPROPERTY_VIDCAP_VIDEOCONTROL topic for details.
Return Value
PDD specific. ERROR_SUCCESS represents success. Any other value will be treated as error.
Requirements
Header | Developer Implemented |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |