2.2.1.2.1 DIM_INFORMATION_CONTAINER

The DIM_INFORMATION_CONTAINER structure specifies a generic information container used by certain methods to store and retrieve information.

 typedef struct _DIM_INFORMATION_CONTAINER {
   DWORD dwBufferSize;
   [size_is(dwBufferSize)] LPBYTE pBuffer;
 } DIM_INFORMATION_CONTAINER,
  *PDIM_INFORMATION_CONTAINER;

dwBufferSize: This MUST be set to the size, in bytes, of the data being pointed to by pBuffer.

pBuffer: A pointer to a buffer of size dwBufferSize that contains the information. The information contained in this buffer is specific to the API in which this structure is used.

This information can be any of the following structures:

DIM_INFORMATION_CONTAINER specifies a generic information container used by the following methods to store and retrieve information: