Changeset 3993 for trunk/src/kernel32/oslibmisc.cpp
- Timestamp:
- Aug 11, 2000, 12:56:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibmisc.cpp
r3501 r3993 1 /* $Id: oslibmisc.cpp,v 1. 9 2000-05-09 18:56:09sandervl Exp $ */1 /* $Id: oslibmisc.cpp,v 1.10 2000-08-11 10:56:18 sandervl Exp $ */ 2 2 /* 3 3 * Misc OS/2 util. procedures … … 40 40 } 41 41 //****************************************************************************** 42 /***************************************************************************** 42 //****************************************************************************** 43 BOOL OSLibGetDllName(ULONG hModule, char *name, int length) 44 { 45 return DosQueryModuleName(hModule, length, name) == 0; 46 } 47 //****************************************************************************** 48 /****************************************************************************** 43 49 * Name : ULONG OSLibiGetModuleHandleA 44 50 * Purpose : replacement for IBM Open32's GetModuleHandle
Note:
See TracChangeset
for help on using the changeset viewer.