Enumeration of AgSearchPlugin General Error Codes.
Member | Value | Description |
---|---|---|
eSearchPluginErrorCodesOperandError | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x108) | Search Plugin: Operand Error. |
eSearchPluginErrorCodesOperandProfileFailure | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x109) | Search Plugin: Profile Failure. |
eSearchPluginErrorCodesGUIDataFailure | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x110) | Search Plugin: GUI Data Failure. |
eSearchPluginErrorCodesOperandStopped | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x111) | Search Plugin: Operand Stopped. |
eSearchPluginErrorCodesOperandCanceled | (HRESULT) ((((HRESULT) 1 << 31) | ((HRESULT) 4 << 16)) | (HRESULT) 0x112) | Search Plugin: Operand Canceled. |