SdbReadQWORDTag function

Retrieves the QWORD value for the specified TAGID.

Syntax

ULONGLONG WINAPI SdbReadQWORDTag(
  _In_ PDB       pdb,
  _In_ TAGID     tiWhich,
  _In_ ULONGLONG qwDefault
);

Parameters

pdb [in]

A handle to the shim database.

tiWhich [in]

The TAGID that corresponds to the data to be retrieved.

qwDefault [in]

The default value to be returned on failure.

Return value

The function returns the value on success or qwDefault on failure.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
DLL
Apphelp.dll

See also

SdbGetBinaryTagData

SdbGetStringTagPtr

SdbReadDWORDTag

SdbReadStringTag