prntvpt: Add a stub for PTQuerySchemaVersionSupport.
This commit is contained in:
parent
1c73ce1ee7
commit
64ec12df8e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1 stub PTQuerySchemaVersionSupport
|
||||
1 stdcall PTQuerySchemaVersionSupport(wstr ptr)
|
||||
2 stub PTOpenProvider
|
||||
3 stub PTOpenProviderEx
|
||||
4 stub PTCloseProvider
|
||||
|
|
Loading…
Reference in New Issue