Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the bits of a bitmap to the bit values given by lpBits.
DWORD SetBitmapBits(
DWORD dwCount,
const void* lpBits
);
Parameters
dwCount
Specifies the number of bytes pointed to by lpBits.lpBits
Points to the BYTE array that contains the bit values to be copied to the CBitmap object.
Return Value
The number of bytes used in setting the bitmap bits; 0 if the function fails.
Requirements
Header: afxwin.h