prntvpt: Add a stub for PTQuerySchemaVersionSupport.

This commit is contained in:
Austin English 2015-01-28 20:07:57 -06:00 committed by Alexandre Julliard
parent 1c73ce1ee7
commit 64ec12df8e
2 changed files with 8 additions and 1 deletions

View file

@ -41,3 +41,10 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
}
return TRUE;
}
HRESULT WINAPI PTQuerySchemaVersionSupport(PCWSTR printer, DWORD *version)
{
FIXME("stub:%s %p\n", debugstr_w(printer), version);
return E_NOTIMPL;
}

View file

@ -1,4 +1,4 @@
1 stub PTQuerySchemaVersionSupport
1 stdcall PTQuerySchemaVersionSupport(wstr ptr)
2 stub PTOpenProvider
3 stub PTOpenProviderEx
4 stub PTCloseProvider