www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18482] New: wincrypt functions should be ` nogc` `nothrow`

https://issues.dlang.org/show_bug.cgi?id=18482

          Issue ID: 18482
           Summary: wincrypt functions should be ` nogc` `nothrow`
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: n8sh.secondary hotmail.com

core.sys.windows.wincrypt functions should be ` nogc` `nothrow`. They don't use
D's garbage collector and they don't use D exceptions or C++ exceptions to
signal errors, but rather return status codes and error codes accessible via
GetLastError().

--
Feb 21 2018