Example #1
0
 int IShellView.GetItemObject(_SVGIO uItem, ref Guid riid, ref IntPtr ppv)
 {
     //  TODO
     return(WinError.S_OK);
 }
Example #2
0
 int IShellView.GetItemObject(_SVGIO uItem, ref Guid riid, ref IntPtr ppv)
 {
     //  TODO
     return WinError.S_OK;
 }
 int IShellView.GetItemObject(_SVGIO uItem, ref Guid riid, ref IntPtr ppv)
 {
     // Returning S_OK will cause Explorer to crash when navigating away from namespace View
     return(WinError.E_NOTIMPL);
 }