Is it possible to get html tag which initiated the call IInternetProtocolRoot::Start?

STDMETHODIMP MyProtocol::Start( LPCWSTR szUrl, 
    IInternetProtocolSink* pOIProtSink,
    IInternetBindInfo* pOIBindInfo, 
    DWORD grfPI, HANDLE_PTR dwReserved )
{
    LPCWSTR tag = ???

    ...
}

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top