Skip to content
Snippets Groups Projects
Commit 64ec12df authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

prntvpt: Add a stub for PTQuerySchemaVersionSupport.

parent 1c73ce1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment