- 
                Notifications
    You must be signed in to change notification settings 
- Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Actual behavior
IUIFramework.LoadUI() first parameter "instance" now has the type "HMODULE".
CsWin32 version 0.2.223-beta had for the first parameter the type "HINSTANCE".
Expected behavior
The documentation and also the header file UiRibbon.h say that the first parameter type is a HINSTANCE
Repro steps
IUIFramework Framework;
private void Method(HINSTANCE hInstance, string resourceIdent)
{
    Framework = new UIRibbonFramework() as IUIFramework;
    Framework.LoadUI(hInstance, resourceIdent);
}
- NativeMethods.txtcontent:
UIRibbonFramework
IUIFramework
- NativeMethods.jsoncontent (if present):
- Any of your own code that should be shared?
Context
- CsWin32 version: [0.2.229-beta]
- Win32Metadata version (if explicitly set by project):
- Target Framework: [e.g. netstandard2.0]
- LangVersion(if explicitly set by project): [e.g.- 9]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working