Movatterモバイル変換


[0]ホーム

URL:


D Logo
Menu
Search

Library Reference

version 2.112.0

overview

Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinga local clone.

std.windows.syserror

Convert Win32 error code to string.
License:
Boost License 1.0.
Authors:
Walter Bright

CreditsBased on code written by Regan Heath

@trusted stringsysErrorString(DWORDerrCode, intlangId = LANG_NEUTRAL, intsubLangId = SUBLANG_DEFAULT);
Query the text for a Windows error code, as returned byGetLastError, as a D string.
classWindowsException:object.Exception;
Thrown if errors that setGetLastError occur.
final @property DWORDcode();
GetLastError's return value.
@safe Twenforce(T, S)(Tvalue, lazy Smsg = null, stringfile = __FILE__, size_tline = __LINE__)
if (isSomeString!S);
If!!value is true,value is returned. Otherwise,new WindowsException(GetLastError(), msg) is thrown.WindowsException assumes that the last operation setGetLastError() appropriately.

Example

wenforce(DeleteFileA("junk.tmp"),"DeleteFile failed");

Copyright © 1999-2026 by theD Language Foundation | Page generated byDdoc on Sat Feb 21 04:08:46 2026

[8]ページ先頭

©2009-2026 Movatter.jp