The information in this article applies to:
SYMPTOMSThe dshSection and dsOffset members of the DIBSECTION structure contain NULL when the GetObject function is called on a file-mapped DIBSection. These structure members should contain the handle to the file-mapping object and the offset that were passed into the original CreatDIBSection function call. Note that this is a problem only when DIBSections are created from file-mapping objects. Normally, NULLs are used in the hSection and dwOffset parameters of the CreateDIBSection function to ask Windows to allocate the DIBSection[ASCII 146]s memory. Under these conditions, GetObject would be expected to return NULL for these structure members. RESOLUTIONTo work around this problem, applications must cache the values passed to the CreateDIBSection function. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: 4.00 DIB CreateFileMapping MapViewOfFile
Keywords : kbSDKWin32 kbWinOS95 kbDSupport |
Last Reviewed: July 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |