pushAdminMessage COM module is a data
exchange system for treatment messages
exchange system for treatment messages
API browser of pushAdminMessage450 COM module
![]() |
![]() |
||
---|---|---|---|
Retrieves the structured fax number.
Empty variables are returned if there is no fax number available. |
|||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT GetFax( | BSTR
BSTR BSTR BSTR VARIANT_BOOL |
*pbstrNumber,
*pbstrLocalCode, *pbstrInternationalCode, *pbstrExt, *pbStatus); |
|
[C/C++ return value] | S_OK | This value is returned if the function call was successful. | |
S_FALSE | This value is returned if the end of an iteration is reached | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||
![]() | |||
![]() |
|||
[out] BSTR | *pbstrNumber | The pure fax number part of the full fax number.
It is possible that the full fax number is returned in this variable and the other parts of the fax number left empty. |
|
[out] BSTR | *pbstrLocalCode | The local area code part of the fax number. | |
[out] BSTR | *pbstrInternationalCode | The international calling code part of the fax number. | |
[out] BSTR | *pbstrExt | The extension number part of the fax number. | |
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then an error occurred and GetAbortInfo should be called to retrieve the error string. | |
![]() |