Share via


FSDMGR_GetRegistryValue (Windows CE 5.0)

Send Feedback

This function is called by an FSD to read a numeric value from the registry. It is a helper function provided so that an FSD does not need to know the actual registry key that was used to invoke it.

BOOL FSDMGR_GetRegistryValue( HDSK hDsk, PCTSTR szValueName,PDWORD pdwValue);

Parameters

  • hDsk
    [in] Handle to the disk, though not a true Microsoft Win32 handle.
  • szValueName
    [in] Name of the value to retrieve.
  • pdwValue
    [out] Pointer to the value to be returned.

Return Values

Returns TRUE, if successful; otherwise, returns FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.

See Also

FSDMGR_GetRegistryFlag | FSDMGR_GetRegistryString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.