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/wapi
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
committerJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
commit9530c5256847039bb3af8aa7e5cb10d4ea5f5051 (patch)
tree236290beb84b308f6db840b28de92f7132acbcb9 /docs/wapi
parent2809b0c7ffa6d65c25f22bd6b8012d8c3eb5244d (diff)
parent16a4b4fbc623648764ddde1d41d1ba5df10e1e93 (diff)
* Makefile.am: Build `docs` after `runtime`, so that it can depend
upon mdoc.exe for it's operation. * docs/. (svn:ignore), deploy (svn:ignore): Ignore generated files. * docs/AgilityPack.dll, docs/api-style.css, docs/ChangeLog, docs/check, docs/check-coverage, docs/convert.cs, docs/current-api, docs/deploy, docs/documented, docs/exdoc, docs/ignore, docs/mono-api-metadata.html, docs/monoapi.source, docs/produce-lists, docs/public, docs/public-api, docs/README, docs/sources, docs/toc.xml, docs/TODO, docs/wapi: Copy from ../mono/docscripts. * docs/exdoc: Use the in-tree mono program to run convert.exe. * docs/Makefile.am: Mention files to clean/distribute; extract documentation (with exdoc) and then assemble documentation (with monoapi.make's assemble target) for use by monodoc. * docs/monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile convert.cs and assemble documentation. (This is a separate file so that we can include mcs' build/rules.make, which needs topdir set to behave properly BUT must be $(mcs_topdir) from Makefile.am's perspective.) * docs/monoapi.source: Add a /monodoc/node element for use with monodoc 2.2. svn path=/trunk/mono/; revision=117529
Diffstat (limited to 'docs/wapi')
-rw-r--r--docs/wapi101
1 files changed, 101 insertions, 0 deletions
diff --git a/docs/wapi b/docs/wapi
new file mode 100644
index 00000000000..858228be820
--- /dev/null
+++ b/docs/wapi
@@ -0,0 +1,101 @@
+GetThreadContext
+DeleteCriticalSection
+InitializeCriticalSection
+InitializeCriticalSectionAndSpinCount
+SetCriticalSectionSpinCount
+TryEnterCriticalSection
+errno_to_WSA
+GetLastError
+SetLastError
+CreateEvent
+OpenEvent
+PulseEvent
+ResetEvent
+SetEvent
+CloseHandle
+DuplicateHandle
+CopyFile
+CreateDirectory
+CreateFile
+CreatePipe
+DeleteFile
+FileTimeToSystemTime
+FindClose
+FindFirstFile
+FindNextFile
+FlushFileBuffers
+GetCurrentDirectory
+GetFileAttributes
+GetFileAttributesEx
+GetFileSize
+GetFileTime
+GetFileType
+GetLogicalDriveStrings
+GetStdHandle
+GetTempPath
+LockFile
+MoveFile
+ReadFile
+RemoveDirectory
+SetCurrentDirectory
+SetEndOfFile
+SetFileAttributes
+SetFilePointer
+SetFileTime
+UnlockFile
+WriteFile
+mono_once
+CreateMutex
+OpenMutex
+ReleaseMutex
+CreateProcess
+EnumProcesses
+EnumProcessModules
+GetCurrentProcess
+GetCurrentProcessId
+GetExitCodeProcess
+GetModuleBaseName
+GetProcessId
+GetProcessTimes
+GetProcessWorkingSetSize
+OpenProcess
+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
+Sleep
+SleepEx
+SuspendThread
+TlsAlloc
+TlsFree
+TlsGetValue
+TlsSetValue
+GetTickCount
+QueryPerformanceCounter
+QueryPerformanceFrequency
+SignalObjectAndWait
+WaitForMultipleObjects
+WaitForMultipleObjectsEx
+WaitForSingleObject
+WaitForSingleObjectEx