#include <os2win.h>
#include <vmutex.h>
#include "win32wndhandle.h"
#include "dbglocal.h"
Include dependency graph for win32wndhandle.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_win32wndhandle |
Functions | |
VMutex | tableMutex (1,&hGlobalTableMutex) |
BOOL | HwAllocateWindowHandle (HWND *hwnd, DWORD dwUserData) |
void | HwFreeWindowHandle (HWND hwnd) |
BOOL | HwGetWindowHandleData (HWND hwnd, DWORD *pdwUserData) |
Variables | |
DWORD | hGlobalTableMutex = 0 |
ULONG | WindowHandleTable [1024] = {0} |
ULONG | lastIndex = 0 |
|
Definition at line 22 of file win32wndhandle.cpp. |
|
|
|
Definition at line 41 of file win32wndhandle.cpp. |
|
Definition at line 72 of file win32wndhandle.cpp. |
|
Definition at line 87 of file win32wndhandle.cpp. |
|
Definition at line 30 of file win32wndhandle.cpp. |
|
Definition at line 34 of file win32wndhandle.cpp. |
|
Definition at line 36 of file win32wndhandle.cpp. |