Whole document tree
    

Whole document tree

META_RESTOREDC

NAME

META_RESTOREDC

NEAREST API CALL

#include <windows.h>
BOOL32 RestoreDC
(
	HDC32 hdc,
	INT32 level
);

DESCRIPTION

U16 array noValue
0 level
RestoreDC restores a DC off the stack which it has been pushed by SaveDC. The value is the number of entries to be popped off the stack to find the correct one to restore. The DC'c between the top of the stack and the one to restore are discarded.

back