win32.secext

Windows API header module

Translated from MinGW Windows headers

Members

Aliases

GetComputerObjectName
alias GetComputerObjectName = GetComputerObjectNameW
Undocumented in source.
GetComputerObjectName
alias GetComputerObjectName = GetComputerObjectNameA
Undocumented in source.
GetUserNameEx
alias GetUserNameEx = GetUserNameExA
Undocumented in source.
GetUserNameEx
alias GetUserNameEx = GetUserNameExW
Undocumented in source.
PEXTENDED_NAME_FORMAT
alias PEXTENDED_NAME_FORMAT = EXTENDED_NAME_FORMAT*
Undocumented in source.
TranslateName
alias TranslateName = TranslateNameW
Undocumented in source.
TranslateName
alias TranslateName = TranslateNameA
Undocumented in source.

Enums

EXTENDED_NAME_FORMAT
enum EXTENDED_NAME_FORMAT
Undocumented in source.

Functions

GetComputerObjectNameA
BOOLEAN GetComputerObjectNameA(EXTENDED_NAME_FORMAT , LPSTR , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetComputerObjectNameW
BOOLEAN GetComputerObjectNameW(EXTENDED_NAME_FORMAT , LPWSTR , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetUserNameExA
BOOLEAN GetUserNameExA(EXTENDED_NAME_FORMAT , LPSTR , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetUserNameExW
BOOLEAN GetUserNameExW(EXTENDED_NAME_FORMAT , LPWSTR , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TranslateNameA
BOOLEAN TranslateNameA(LPCSTR , EXTENDED_NAME_FORMAT , EXTENDED_NAME_FORMAT , LPSTR , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TranslateNameW
BOOLEAN TranslateNameW(LPCWSTR , EXTENDED_NAME_FORMAT , EXTENDED_NAME_FORMAT , LPWSTR , PULONG )
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/secext.d Automatically imported and edited from the druntime module core.sys.windows.secext for the auto-generated win32 package.