Changeset 6397 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Jul 28, 2001, 8:04:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r6094 r6397 1 /* $Id: oslibdos.h,v 1.3 4 2001-06-24 16:40:45sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.35 2001-07-28 18:03:38 sandervl Exp $ */ 2 2 3 3 /* … … 311 311 HINSTANCE OSLibDosLoadModule(LPSTR szModName); 312 312 void OSLibDosFreeModule(HINSTANCE hinst); 313 314 ULONG OSLibDosGetModuleFileName(HMODULE hModule, LPTSTR lpszPath, DWORD cchPath); 315 BOOL OSLibDosBeep(DWORD ulFreq, DWORD ulDuration); 316 ULONG OSLibDosGetProcAddress(HMODULE hModule, LPCSTR lpszProc);
Note:
See TracChangeset
for help on using the changeset viewer.