DOC: Incorrect Prototype & Memory Allocation for PX_Blob (135630)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft OLE Control Developer's Kit (CDK)
This article was previously published under Q135630 SUMMARY
The documentation for the prototype of PX_Blob in the CDK Books Online
is shown incorrectly as:
BOOL PX_Blob( CPropExchange* pPX, LPCTSTR pszPropName,
HGLOBAL*& hBlob, HGLOBAL hBlobDefault = NULL );
The actual prototype as shown in the CDK source code in Afxctl.h is:
BOOL PX_Blob(CPropExchange* pPX, LPCTSTR pszPropName, HGLOBAL& hBlob,
HGLOBAL hBlobDefault = NULL);
Modification Type: | Minor | Last Reviewed: | 8/18/2005 |
---|
Keywords: | kbCtrl kbdocfix KB135630 |
---|
|