dvm v0.5.1 (2019-10-10T15:58:46Z)
Home
Dub
Repo
WinAPIException
dvm
util
Windows
Undocumented in source.
version(Windows)
class
WinAPIException :
DvmException
{
LONG
code
;
string
windowsMsg
;
this
(LONG code, string msg, string file, size_t line);
static
string
getMessage
(DWORD errorCode);
}
Constructors
this
this
(LONG code, string msg, string file, size_t line)
Undocumented in source.
Members
Static functions
getMessage
string
getMessage
(DWORD errorCode)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
LONG
code
;
Undocumented in source.
windowsMsg
string
windowsMsg
;
Undocumented in source.
Inherited Members
From DvmException
Constructor
template
Constructor
()
Undocumented in source.
__anonymous
mixin
Constructor
Undocumented in source.
Meta
Source
See Implementation
dvm
util
Windows
classes
WinAPIException
functions
FormatMessageW
broadcastSettingChange
expandEnvironmentStrings
toString16z