Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

GetMxSecurityClassification method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Returns the value stored in the MxValue as an MxSecurityClassification.

Class

IMxValue

Syntax

[C#]

MxSecurityClassification GetMxSecurityClassification();

[Visual C++]

HRESULT GetMxSecurityClassification(

[out, retval] MxSecurityClassification *pVal

);

Parameters

pVal

Receives the value.

Returns

S_OK - Success

MX_E_ConversionNotSupported - The stored value is a type that cannot be converted to MxSecurityClassification.

MX_E_UnableToConvertString - The string held in the MxValue cannot be converted to an MxSecurityClassification.

MX_E_Overflow - Conversion of the stored value results in overflow.

E_POINTER - An invalid pointer was passed in.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in