BUG: GetObject Returns Partial Information for DIBSections

ID: Q151072


The information in this article applies to:


SYMPTOMS

The 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.


RESOLUTION

To work around this problem, applications must cache the values passed to the CreateDIBSection function.


STATUS

Microsoft 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 
Version           : winnt:
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: July 14, 1999