CPSUIDATABLOCK structure (compstui.h)
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) |