Changeset 173 for Include/api_system.sbp
- Timestamp:
- Mar 17, 2007, 5:56:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_system.sbp
r170 r173 253 253 ByRef hWritePipe As HANDLE, 254 254 ByVal pPipeAttributes As *SECURITY_ATTRIBUTES, 255 ByVal nSize As DW ORD) As Long255 ByVal nSize As DWord) As Long 256 256 Declare Function CreateSemaphore Lib "kernel32" Alias _FuncName_CreateSemaphore (pSemaphoreAttributes As *SECURITY_ATTRIBUTES, lInitialCount As Long, lMaximumCount As Long, pName As PCTSTR) As HANDLE 257 257 … … 762 762 763 763 Declare Function SetFileTime Lib "kernel32" (hFile As HANDLE, ByRef lpCreationTime As FILETIME, ByRef lpLastAccessTime As FILETIME, ByRef lpLastWriteTime As FILETIME) As BOOL 764 Declare FunctionSetLastError Lib "kernel32" (dwErrCode As DWord)765 Declare FunctionSetLastErrorEx Lib "kernel32" (dwErrCode As DWord, dwType As DWord)764 Declare Sub SetLastError Lib "kernel32" (dwErrCode As DWord) 765 Declare Sub SetLastErrorEx Lib "kernel32" (dwErrCode As DWord, dwType As DWord) 766 766 Declare Function SetLocalTime Lib "kernel32" (ByRef lpSystemTime As SYSTEMTIME) As BOOL 767 767 Declare Function SetPriorityClass Lib "kernel32" (hProcess As HANDLE, dwPriorityClass As DWord) As BOOL
Note:
See TracChangeset
for help on using the changeset viewer.