Last change
on this file since 99 was 99, checked in by phaller, 26 years ago |
Add: added cvs variable $Id$ to source files.
|
File size:
776 bytes
|
Line | |
---|
1 | /* $Id: win32util.cpp,v 1.2 1999-06-10 19:09:04 phaller Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Misc functions
|
---|
5 | *
|
---|
6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
7 | *
|
---|
8 | *
|
---|
9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
10 | *
|
---|
11 | */
|
---|
12 | #include <os2win.h>
|
---|
13 |
|
---|
14 | //******************************************************************************
|
---|
15 | //******************************************************************************
|
---|
16 | ULONG SYSTEM Win32QueryModuleName(ULONG hmod, char *modname, int modsize)
|
---|
17 | {
|
---|
18 | dprintf(("Win32QueryModuleHandle %X, %X, %d\n", hmod, modname, modsize));
|
---|
19 | return(GetModuleFileNameA(hmod, modname, modsize));
|
---|
20 | }
|
---|
21 | //******************************************************************************
|
---|
22 | //******************************************************************************
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.