This topic has not yet been rated - Rate this topic

SdbReadStringTag function

Applies to: desktop apps only

Retrieves the string for the specified TAGID.

Syntax

BOOL WINAPI SdbReadStringTag(
  __in   PDB pdb,
  __in   TAGID tiWhich,
  __out  LPTSTR pwszBuffer,
  __in   DWORD cchBufferSize
);

Parameters

pdb [in]

A handle to the shim database.

tiWhich [in]

The TAGID that corresponds to the data to be retrieved.

pwszBuffer [out]

The buffer that receives the string. This parameter cannot be NULL.

cchBufferSize [in]

The size of the pwszBuffer buffer, in characters.

Return value

The function returns TRUE on success or FALSE on failure.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

DLL

Apphelp.dll

See also

SdbGetBinaryTagData
SdbGetStringTagPtr
SdbReadBinaryTag
SdbReadDWORDTag

 

 

Send comments about this topic to Microsoft

Build date: 4/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ