win32.rapi

Windows API header module

Translated from MinGW Windows headers

Members

Aliases

RAPIEXT
alias RAPIEXT = HRESULT function(DWORD, BYTE, DWORD, BYTE, IRAPIStream)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

RAPISTREAMFLAG
enum RAPISTREAMFLAG
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Functions

CeCloseHandle
BOOL CeCloseHandle(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeCreateDirectory
BOOL CeCreateDirectory(LPCWSTR , LPSECURITY_ATTRIBUTES )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeCreateFile
HANDLE CeCreateFile(LPCWSTR , DWORD , DWORD , LPSECURITY_ATTRIBUTES , DWORD , DWORD , HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeCreateProcess
BOOL CeCreateProcess(LPCWSTR , LPCWSTR , LPSECURITY_ATTRIBUTES , LPSECURITY_ATTRIBUTES , BOOL , DWORD , LPVOID , LPWSTR , LPSTARTUPINFO , LPPROCESS_INFORMATION )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeGetFileTime
BOOL CeGetFileTime(HANDLE , LPFILETIME , LPFILETIME , LPFILETIME )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeGetLastError
DWORD CeGetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeRapiInit
HRESULT CeRapiInit()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeRapiInitEx
HRESULT CeRapiInitEx(RAPIINIT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeRapiUninit
HRESULT CeRapiUninit()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CeWriteFile
BOOL CeWriteFile(HANDLE , LPCVOID , DWORD , LPDWORD , LPOVERLAPPED )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

IRAPIStream
interface IRAPIStream
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

RAPIINIT
struct RAPIINIT
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta

Source

See Source File
core/sys/windows/rapi.d Automatically imported and edited from the druntime module core.sys.windows.rapi for the auto-generated win32 package.

Authors

Stewart Gordon