Пример #1
0
            int NativeMethods.IDocHostUIHandler.GetOptionKeyPath(string[] pbstrKey, int dw)
            {
                if (_baseIDocHostUIHandler != null)
                {
                    return(_baseIDocHostUIHandler.GetOptionKeyPath(pbstrKey, dw));
                }

                return(NativeMethods.HRESULT.S_FALSE);
            }
 int NativeMethods.IDocHostUIHandler.GetOptionKeyPath(string[] pbstrKey, int dw)
 {
     return(_baseIDocHostUIHandler.GetOptionKeyPath(pbstrKey, dw));
 }