usesgetlasterror
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Tells the caller that if there is an error when calling that function, then the caller can then call GetLastError to retrieve the error code.
[usesgetlasterror]
The usesgetlasterror C++ attribute has the same functionality as the usesgetlasterror MIDL attribute.
See the idl_module example for a sample of how to use usesgetlasterror.
Attribute Context
| Applies to | module attribute |
| Repeatable | No |
| Required attributes | None |
| Invalid attributes | None |
For more information about the attribute contexts, see Attribute Contexts.
Show: