SdbWriteBinaryTagFromFile function

Writes binary data from the specified file to the specified database.

Syntax

BOOL WINAPI SdbWriteBinaryTagFromFile(
  _In_ PDB     pdb,
  _In_ TAG     tTag,
  _In_ LPCWSTR pwszPath
);

Parameters

pdb [in]

A handle to the shim database.

tTag [in]

The TAG for the entry. This TAG must be of type TAG_TYPE_BINARY.

pwszPath [in]

The path to the file that contains the data. This parameter cannot be NULL.

Return value

The function returns TRUE on success or FALSE on failure.

Requirements

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

See also

SdbWriteBinaryTag