- CreateRemoteThreadEx
HANDLE CreateRemoteThreadEx(HANDLE hProcess, PSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList, LPDWORD lpThreadId)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateUmsCompletionList
BOOL CreateUmsCompletionList(UMS_COMPLETION_LIST** UmsCompletionList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateUmsThreadContext
BOOL CreateUmsThreadContext(UMS_CONTEXT** lpUmsThread)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DeleteProcThreadAttributeList
VOID DeleteProcThreadAttributeList(PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DeleteUmsThreadContext
BOOL DeleteUmsThreadContext(UMS_CONTEXT* UmsThread)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DequeueUmsCompletionListItems
BOOL DequeueUmsCompletionListItems(UMS_COMPLETION_LIST* UmsCompletionList, DWORD WaitTimeOut, UMS_CONTEXT** UmsThreadList)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnterUmsSchedulingMode
BOOL EnterUmsSchedulingMode(UMS_SCHEDULER_STARTUP_INFO* SchedulerStartupInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ExecuteUmsThread
BOOL ExecuteUmsThread(UMS_CONTEXT* UmsThread)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetNextUmsListItem
UMS_CONTEXT* GetNextUmsListItem(UMS_CONTEXT* UmsContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- InitializeProcThreadAttributeList
BOOL InitializeProcThreadAttributeList(PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList, DWORD dwAttributeCount, DWORD dwFlags, PSIZE_T lpSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ProcThreadAttributeValue
uint ProcThreadAttributeValue(uint Number, bool Thread, bool Input, bool Additive)
Undocumented in source. Be warned that the author may not have intended to support it.
- QueryUmsThreadInformation
BOOL QueryUmsThreadInformation(UMS_CONTEXT* UmsThread, UMS_THREAD_INFO_CLASS UmsThreadInfoClass, PVOID UmsThreadInformation, ULONG UmsThreadInformationLength, PULONG ReturnLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- UmsThreadYield
BOOL UmsThreadYield(PVOID SchedulerParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- UpdateProcThreadAttribute
BOOL UpdateProcThreadAttribute(PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList, DWORD dwFlags, DWORD_PTR Attribute, PVOID lpValue, SIZE_T cbSize, PVOID lpPreviousValue, PSIZE_T lpReturnSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- logf
void logf(const(wchar)[] fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- outputToConsole
void outputToConsole(const(wchar)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.