SdbOpenDatabase function
Opens the specified shim database.
Syntax
PDB WINAPI SdbOpenDatabase(
_In_ LPCTSTR pwszPath,
_In_ PATH_TYPE eType
);
Parameters
-
pwszPath [in]
-
The database path. This parameter cannot be NULL.
-
eType [in]
-
The path type. See PATH_TYPE for a list of values.
Return value
The function returns a handle to the shim database.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
DLL |
|
See also