Error -2147319765
I'm making a call to GetRecordInfoFromGuids() and getting this
error -2147319765 (Element not found.). Not sure what this error means in
this context. As a side note I tried calling GetRecordInfoFromGuids()
initially using __uuidof(MyStruct) as the fifth argument but the compiler
gave me:
error C2787: 'MyStruct' : no GUID has been associated with this object
so I packed my GUID into a GUID struct and passed that. Could this be the
source of my problem?
Thanks,
Drew
.
Relevant Pages
- Context Menu - Shell Extension
... So far I learned how to add an arbitrary number of Menu Items to Context ... I made a little editor for customizing context menu. ... but all context menu items work on sam file type. ... I guess each menu item should have it's own GUID. ... (comp.lang.pascal.delphi.misc) - Shell Extension - Context Menu and GUID
... I made a simple shell extension program, ... I guess each menu item should have it's own GUID. ... TComObjectFactory.Create(ComServer, TMyContextMenu, MyContextGUID, ... '', 'My Windows Shell Context Menu Extension', ciMultiInstance); ... (alt.comp.lang.borland-delphi) - Re: null Guid
... the code that throws the exception will never be ... This is a warning (which the compiler does not emit in C# 3.0), ... since Guid is the type and it is not nullable. ... (microsoft.public.dotnet.languages.csharp) - Re: MOSS 2007 - search service error
... Context: Application 'guid here' ... The filename or extension is too long. ... (microsoft.public.sharepoint.portalserver) - Re: Shell Extension - Context Menu and GUID
... > I made a simple shell extension program, which adds custom item in ... > context menu. ... *have* read the documentation for IContextMenu, ... Each shell-extension COM object gets its own GUID. ... (alt.comp.lang.borland-delphi) |
|