Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CBinaryData / C++ CBinaryData - CBinaryData
In This Topic
    C++ CBinaryData - CBinaryData
    In This Topic
    CBinaryData();
    CBinaryData(const CBinaryData& data);
    CBinaryData(const LPBYTE lpData, DWORD dwLen);
    CBinaryData(LPCTSTR lpctData);
      Property Description  
        Argument - data An existing CBinaryData object to copy into this class  
        Argument - lpData A byte array to populate the new class with  
        Argument - dwLen The number of bytes from the byte array to insert into the class  
        Argument - lpctData A string - if Unicode then 16 bits per char will be stored else 8 bits per char.  
        Description Constructor - initialises a new CBinaryData object  
        Remarks
     
        Example