Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

win32wndhandle.cpp File Reference

#include <os2win.h>
#include <vmutex.h>
#include "win32wndhandle.h"
#include "dbglocal.h"

Include dependency graph for win32wndhandle.cpp:

Include dependency graph

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


Define Documentation

#define DBG_LOCALLOG   DBG_win32wndhandle
 

Definition at line 22 of file win32wndhandle.cpp.


Function Documentation

VMutex tableMutex  ,
  hGlobalTableMutex
 

BOOL HwAllocateWindowHandle HWND *    hwnd,
DWORD    dwUserData
 

Definition at line 41 of file win32wndhandle.cpp.

void HwFreeWindowHandle HWND    hwnd
 

Definition at line 72 of file win32wndhandle.cpp.

BOOL HwGetWindowHandleData HWND    hwnd,
DWORD *    pdwUserData
 

Definition at line 87 of file win32wndhandle.cpp.


Variable Documentation

DWORD hGlobalTableMutex = 0
 

Definition at line 30 of file win32wndhandle.cpp.

ULONG WindowHandleTable[ 1024 ] = {0}
 

Definition at line 34 of file win32wndhandle.cpp.

ULONG lastIndex = 0
 

Definition at line 36 of file win32wndhandle.cpp.


Generated on Wed Jan 23 23:21:22 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001