CPSUIDATABLOCK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// compstui.h

typedef struct _CPSUIDATABLOCK {
  DWORD  cbData;
  LPBYTE pbData;
} CPSUIDATABLOCK, *PCPSUIDATABLOCK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-compstui-_cpsuidatablock)

Description

The CPSUIDATABLOCK structure is used as a parameter for the ComPropSheet function, if the function code is CPSFUNC_SET_DATABLOCK or CPSFUNC_QUERY_DATABLOCK.

Members

cbData

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

pbData

Pointer to a caller-allocated buffer.