↑  ←  Описание функции


_WinAPI_CreateCompatibleDC

Creates a memory device context compatible with the specified device

#include <WinAPI.au3>
_WinAPI_CreateCompatibleDC($hDC)

Параметры

$hDC Handle to an existing DC. If this handle is 0, the function creates a memory DC compatible with
    the application's current screen.

Возвращаемое значение

Успех:Handle to a memory DC
Ошибка:Возвращает 0

Примечания

When you no longer need the memory DC, call the _WinAPI_DeleteDC function

См. также

_WinAPI_DeleteDC

См. также

Искать CreateCompatibleDC в библиотеке MSDN