This topic has not yet been rated - Rate this topic

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

DLL

Apphelp.dll

See also

SdbInitDatabase

 

 

Send comments about this topic to Microsoft

Build date: 12/7/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.