Share

RaiseAcAXException

C++

HRESULT AXAUTOEXP RaiseAcAXException(
    REFGUID iid, 
    HRESULT hRes, 
    DWORD dwException, 
    ...
);

File

axboiler.h

Description

This function is for internal use only.

Parameters

Parameters Description
iid Internal use only
hRes Internal use only
dwException Internal use only /*variable_arg_list*/ : Internal use only

Was this information helpful?