Commit 64ec12df authored by Austin English's avatar Austin English Committed by Alexandre Julliard

prntvpt: Add a stub for PTQuerySchemaVersionSupport.

parent 1c73ce1e
......@@ -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 stub PTQuerySchemaVersionSupport
1 stdcall PTQuerySchemaVersionSupport(wstr ptr)
2 stub PTOpenProvider
3 stub PTOpenProviderEx
4 stub PTCloseProvider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment