Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-12-06 04:37:05 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-12-06 04:37:05 +0300
commit9c8fc3314b907847dcf1a6237cf51f3a1d1ea7a6 (patch)
tree47c9e9cefea62cc46a191ef098f503536ee6cc34 /docs
parent70a8ced2a3105e946300f8b1c5618cc86c66b175 (diff)
Update
svn path=/trunk/mono/; revision=147752
Diffstat (limited to 'docs')
-rw-r--r--docs/wapi141
1 files changed, 82 insertions, 59 deletions
diff --git a/docs/wapi b/docs/wapi
index 858228be820..c49751c60d6 100644
--- a/docs/wapi
+++ b/docs/wapi
@@ -1,101 +1,124 @@
-GetThreadContext
-DeleteCriticalSection
-InitializeCriticalSection
-InitializeCriticalSectionAndSpinCount
-SetCriticalSectionSpinCount
-TryEnterCriticalSection
-errno_to_WSA
-GetLastError
-SetLastError
-CreateEvent
-OpenEvent
-PulseEvent
-ResetEvent
-SetEvent
CloseHandle
-DuplicateHandle
+closesocket
CopyFile
CreateDirectory
+CreateEvent
CreateFile
+CreateMutex
CreatePipe
+CreateProcess
+CreateProcessWithLogonW
+CreateSemaphore
+CreateThread
+DeleteCriticalSection
DeleteFile
+DuplicateHandle
+EnumProcesses
+EnumProcessModules
+errno_to_WSA
+ExitThread
FileTimeToSystemTime
FindClose
FindFirstFile
FindNextFile
FlushFileBuffers
+FormatMessage
GetCurrentDirectory
+GetCurrentProcess
+GetCurrentProcessId
+GetCurrentThread
+GetCurrentThreadId
+GetDiskFreeSpaceEx
+GetDriveType
+GetExitCodeProcess
+GetExitCodeThread
GetFileAttributes
GetFileAttributesEx
GetFileSize
GetFileTime
GetFileType
+GetFileVersionInfo
+GetFileVersionInfoSize
+GetLastError
GetLogicalDriveStrings
+GetModuleBaseName
+GetModuleFileNameEx
+GetModuleInformation
+GetPriorityClass
+GetProcessId
+GetProcessTimes
+GetProcessWorkingSetSize
GetStdHandle
+GetSystemInfo
GetTempPath
+GetThreadContext
+GetTickCount
+ImpersonateLoggedOnUser
+InitializeCriticalSection
+InitializeCriticalSectionAndSpinCount
+ioctlsocket
LockFile
+mono_once
+mono_pthread_key_for_tls
MoveFile
+OpenEvent
+OpenMutex
+OpenProcess
+open_process_map
+OpenSemaphore
+OpenThread
+PulseEvent
+QueryPerformanceCounter
+QueryPerformanceFrequency
+QueueUserAPC
ReadFile
+ReleaseMutex
+ReleaseSemaphore
RemoveDirectory
+ReplaceFile
+ResetEvent
+ResumeThread
+RevertToSelf
+SetCriticalSectionSpinCount
SetCurrentDirectory
SetEndOfFile
+SetEvent
SetFileAttributes
SetFilePointer
SetFileTime
-UnlockFile
-WriteFile
-mono_once
-CreateMutex
-OpenMutex
-ReleaseMutex
-CreateProcess
-EnumProcesses
-EnumProcessModules
-GetCurrentProcess
-GetCurrentProcessId
-GetExitCodeProcess
-GetModuleBaseName
-GetProcessId
-GetProcessTimes
-GetProcessWorkingSetSize
-OpenProcess
+SetLastError
+SetPriorityClass
SetProcessWorkingSetSize
ShellExecuteEx
-TerminateProcess
-ImpersonateLoggedOnUser
-RevertToSelf
-CreateSemaphore
-OpenSemaphore
-ReleaseSemaphore
-closesocket
-ioctlsocket
-WSACleanup
-WSAGetLastError
-WSAIoctl
-WSASetLastError
-WSAStartup
-GetSystemInfo
-CreateThread
-ExitThread
-GetCurrentThread
-GetCurrentThreadId
-GetExitCodeThread
-mono_pthread_key_for_tls
-OpenThread
-QueueUserAPC
-ResumeThread
+SignalObjectAndWait
Sleep
SleepEx
SuspendThread
+TerminateProcess
TlsAlloc
TlsFree
TlsGetValue
TlsSetValue
-GetTickCount
-QueryPerformanceCounter
-QueryPerformanceFrequency
-SignalObjectAndWait
+TransmitFile
+TryEnterCriticalSection
+UnlockFile
+VerLanguageName
+VerQueryValue
+WaitForInputIdle
WaitForMultipleObjects
WaitForMultipleObjectsEx
WaitForSingleObject
WaitForSingleObjectEx
+wapi_clear_interruption
+wapi_current_thread_desc
+wapi_interrupt_thread
+wapi_thread_clear_wait_handle
+wapi_thread_set_wait_handle
+WriteFile
+WSACleanup
+WSAGetLastError
+WSAIoctl
+WSARecv
+WSASend
+WSASetLastError
+WSAStartup