Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetValue method returns the specified Long value from the Long array.
Syntax
HRESULT GetValue(
[in] LONG Index,
[out] LONG *pValue
);
Parameters
[in] Index
The zero-based index that specifies the Long value to retrieve.
[out] pValue
A pointer to a Long variable that receives the value.
Return value
C++
If the method succeeds, the method returns S_OK.If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
VB
The return value is the Long value at the specified index.Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | certenc.h (include Certsrv.h) |
Library | Certidl.lib |
DLL | Certenc.dll |