Exemplo n.º 1
0
        unsafe HRESULT Ole32.IOleClientSite.GetMoniker(Ole32.OLEGETMONIKER dwAssign, Ole32.OLEWHICHMK dwWhichMoniker, IntPtr *ppmk)
        {
            if (ppmk == null)
            {
                return(HRESULT.E_POINTER);
            }

            *ppmk = IntPtr.Zero;
            return(HRESULT.E_NOTIMPL);
        }
Exemplo n.º 2
0
            unsafe HRESULT Ole32.IOleClientSite.GetMoniker(Ole32.OLEGETMONIKER dwAssign, Ole32.OLEWHICHMK dwWhichMoniker, IntPtr *ppmk)
            {
                if (ppmk == null)
                {
                    return(HRESULT.E_POINTER);
                }

                Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "AxSource:GetMoniker");
                *ppmk = IntPtr.Zero;
                return(HRESULT.E_NOTIMPL);
            }