Help for this page

Select Code to Download


  1. or download this
    typedef struct DATA_BLOB {
      DWORD cbData; // DWORD that contains the count, in bytes, of data.
      BYTE *pbData; // Pointer to the data buffer.
    }