IAPI::IsRegistryValueReadable

property IsRegistryValueReadable.

Checks whether a full keyname is readable in the Registry.

 

HRESULT IsRegistryValueReadable(
  BSTR regFullKeyName,
  long *pVal
);

Parameters

regFullKeyName

[in] .   Full keyname of the Registry

pVal

[out, retval] The returned value 1 if readable, 0 otherwise

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI