Microsoft SDK for Java

SignalErrorHResult

Creates a Java exception object from an HRESULT return type. This function prototype is found in the Nativcom.h header file.

Syntax

void __cdecl SignalErrorHResult(HRESULT theHRESULT);

Parameters

theHRESULT The standard return value that indicates whether a function call is a success.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.