PDD_HandleCamControlChanges (Compact 2013)
3/26/2014
Handles PROPSETID_VIDCAP_CAMERACONTROL property changes.
Syntax
DWORD PDD_HandleCamControlChanges(
LPVOID PDDContext,
DWORD dwPropId,
LONG lFlags,
LONG lValue
);
Parameters
- PDDContext
[in] This is the return value of PDD_Init.
- dwPropId
[in] Refer to the CSPROPERTY_CAMERACONTROL_S topic for details.
- lFlags
[in] Refer to the CSPROPERTY_CAMERACONTROL_S topic for details.
- lValue
[in] Refer to the CSPROPERTY_CAMERACONTROL_S topic for details.
Return Value
PDD specific. ERROR_SUCCESS represents success. Any other value will be treated as an error.
Requirements
Header |
Developer Implemented |
Library |
Developer Implemented |