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.
The CPSUIDATABLOCK structure is used as a parameter for the ComPropSheet function, if the function code is CPSFUNC_SET_DATABLOCK or CPSFUNC_QUERY_DATABLOCK.
Syntax
typedef struct _CPSUIDATABLOCK {
DWORD cbData;
LPBYTE pbData;
} CPSUIDATABLOCK, *PCPSUIDATABLOCK;
Members
cbData
Size, in bytes of the buffer pointed to by pbData.
pbData
Pointer to a caller-allocated buffer.
Requirements
Requirement | Value |
---|---|
Header | compstui.h (include Compstui.h) |