Changeset 278
- Timestamp:
- Jun 15, 2007, 10:31:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_system.sbp
r258 r278 681 681 Declare Function LocalSize Lib "kernel32" (hMem As HLOCAL) As SIZE_T 682 682 Declare Function LocalUnlock Lib "kernel32" (hMem As HLOCAL) As BOOL 683 Declare Function LockFile Lib "kernel32" (hFile As DWord, dwFileOffsetLow As DWord, dwFileOffsetHigh As DWord, nNumberOfBytesToLockLow As DWord, nNumberOfBytesToLockHigh As DWord) As BOOL683 Declare Function LockFile Lib "kernel32" (hFile As HANDLE, dwFileOffsetLow As DWord, dwFileOffsetHigh As DWord, nNumberOfBytesToLockLow As DWord, nNumberOfBytesToLockHigh As DWord) As BOOL 684 684 Declare Function LoadLibrary Lib "kernel32" Alias _FuncName_LoadLibrary (pLibFileName As PCTSTR) As HINSTANCE 685 685
Note:
See TracChangeset
for help on using the changeset viewer.