IXpsSignature::GetCustomReferenceEnumerator method (xpsdigitalsignature.h)
Gets a pointer to an IOpcSignatureReferenceEnumerator interface, which enumerates the custom references of the signature.
Syntax
HRESULT GetCustomReferenceEnumerator(
[out, retval] IOpcSignatureReferenceEnumerator **customReferenceEnumerator
);
Parameters
[out, retval] customReferenceEnumerator
A pointer to an IOpcSignatureReferenceEnumerator interface, which enumerates the custom references of the signature.
Return value
If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | xpsdigitalsignature.h |
See also
IOpcSignatureReferenceEnumerator