Question

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 = ???

    ...
}

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top