Share via


PDD_HandleAdapterCustomProperties (Windows Embedded CE 6.0)

1/6/2010

Handle Adapter level custom/proprietary properties.

Adapter level properties are those properties that are common to all the sensor modes. PROPSETID_VIDCAP_VIDEOPROCAMP and PROPSETID_VIDCAP_CAMERACONTROL are possible property sets.

Syntax

LPVOID PDDContext,
PUCHAR pInBuf, 
DWORD  InBufLen, 
PUCHAR pOutBuf, 
DWORD  OutBufLen, 
PDWORD pdwBytesTransferred 
)

Parameters

  • LPVOID PDDContext
    [in]

    This is the return value of PDD_Init.

  • PUCHAR pInBuf
    [in]

    Pointer to a buffer that contains the data required to perform the operation. Set to NULL if the dwIoControlCode parameter specifies an operation that does not require input data

  • DWORD InBufLen
    [in]

    Size, in bytes, of the buffer pointed to by pInBuf.

  • PUCHAR pOutBuf
    [out]

    Pointer to a buffer that receives the output data for the operation.

  • DWORD OutBufLen
    [out]

    Pointer to a variable that receives the size, in bytes, of the data stored into the buffer pointed to by pOutBuf.

  • PDWORD pdwBytesTransferred
    [out]

    Pointer to a variable that receives the size, in bytes, of the data stored into the buffer pointed to by pOutBuf.

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

See Also

Other Resources

Camera PDD Methods