SdbGetAppPatchDir function

Retrieves the system AppPatch directory.

Syntax

void WINAPI SdbGetAppPatchDir(
  _In_opt_ HSDB   hSDB,
  _Out_    LPTSTR szAppPatchPath,
  _In_     DWORD  cchSize
);

Parameters

hSDB [in, optional]

A handle to the shim database returned by the SdbInitDatabase function.

szAppPatchPath [out]

The resulting path.

cchSize [in]

The size of the szAppPatchPath buffer, in characters. If the function fails, this parameter is set to the empty string ("").

Return value

This function does not return a value.

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

SdbInitDatabase