You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe something is wrong in TypeDesc.cs
pd = Marshal.PtrToStructure<System.Runtime.InteropServices.ComTypes.TYPEDESC>(desc.lpValue);
pd.vt sometimes is wrong!
The text was updated successfully, but these errors were encountered:
load excel.tlb (dumped in excel.exe)
click dispinterface _Application --> QueryInterface is ok
then,
click sub-branch methods -->
methods:
[restricted]
void _stdcall QueryInterface(
[in] GUID* riid,
[out] ?49?** ppvObj --> wrong
);
then,
click dispinterface _Application --> QueryInterface --> [out] ?49?** ppvObj
maybe something is wrong in TypeDesc.cs
pd = Marshal.PtrToStructure<System.Runtime.InteropServices.ComTypes.TYPEDESC>(desc.lpValue);
pd.vt sometimes is wrong!
The text was updated successfully, but these errors were encountered: