RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VarExceptionToResult Function

Converts an Exception type argument to an HRESULT type.

Pascal
function VarExceptionToResult(const E: Exception): HRESULT;
C++
HRESULT VarExceptionToResult(const Exception E);

VarExceptionToResult is an internal routine that converts the value given through E from an Exception type to an HRESULT type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!