Update CreateProcessFromIHxHelpPaneServerW.cpp

This commit is contained in:
vxunderground 2022-07-16 05:56:23 -05:00 committed by GitHub
parent fdbc3291dd
commit 1d4a942f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,9 @@
/*
Paper: Finding Interactive User COM Objects using PowerShell
Credit: James Forshaw
*/
struct __declspec(uuid("{8cec592c-07a1-11d9-b15e-000d56bfe6ee}"))
IHxHelpPaneServer : public IUnknown {
virtual HRESULT __stdcall DisplayTask(PWCHAR) = 0;