File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -530,20 +530,20 @@ BOOL WINAPI SdbGetDatabaseInformation(PDB pdb, PDB_INFORMATION information)
530530 * @return TRUE on success
531531 */
532532BOOL WINAPI
533- SdbGetDatabaseInformationByName (_In_ LPCTSTR lpwszFileName , _Outptr_ PDB_INFORMATION * ppAttrInfo )
533+ SdbGetDatabaseInformationByName (_In_ LPCWSTR lpwszFileName , _Outptr_ PDB_INFORMATION * ppAttrInfo )
534534{
535535 SHIM_ERR ("Unimplemented\n" );
536536 * ppAttrInfo = NULL ;
537537 return FALSE;
538538}
539539
540540/**
541- * @unimplemented
542- * @name SdbFreeDatabaseInformation
543- * Free up resources allocated in SdbGetDatabaseInformationByName
544- *
545- * @param information The information retrieved from SdbGetDatabaseInformationByName
546- */
541+ * @unimplemented
542+ * @name SdbFreeDatabaseInformation
543+ * Free up resources allocated in SdbGetDatabaseInformationByName
544+ *
545+ * @param information The information retrieved from SdbGetDatabaseInformationByName
546+ */
547547VOID WINAPI SdbFreeDatabaseInformation (_In_opt_ PDB_INFORMATION information )
548548{
549549 SHIM_ERR ("Unimplemented\n" );
You can’t perform that action at this time.
0 commit comments