Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
Handles CSPROPERTY_VIDCAP_VIDEOPROCAMP specific property changes.
Syntax
DWORD PDD_HandleVidProcAmpChanges(
LPVOID PDDContext,
DWORD dwPropId,
LONG lFlags,
LONG lValue
);
Parameters
LPVOID PDDContext
[in]This is the return value of PDD_Init.
DWORD dwPropId
[in]Refer to the CSPROPERTY_VIDCAP_VIDEOPROCAMP topic for details
LONG lFlags
[in]Refer to the CSPROPERTY_VIDCAP_VIDEOPROCAMP topic for details
LONG lValue
[in]Refer to the CSPROPERTY_VIDCAP_VIDEOPROCAMP 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 |