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
To understand your code, I specifically spent two weeks learning COM for C++ and C# syntax. However, I’ve always had one question: how are the GUIDs for interfaces and classes obtained? In the Grabacr07/VirtualDesktop library, I found most of the interface GUIDs, but I’m still very confused about the class GUIDs. Now, I can independently write C++ programs using the interface ID of IVirtualDesktopManager and the class ID you provided, but I’m still unclear about other functionalities, such as pinning/unpinning windows. So, I’d like to ask you for advice. Thank you very much.
The text was updated successfully, but these errors were encountered:
Although I can find most of the GUIDs in the CLSID in regeit sheet, I can't tell them apart. Do you go through them one by one, creating objects and checking the return values to see if they work? This might work, but it wouldn't give us information like the function signatures inside the interface.
To understand your code, I specifically spent two weeks learning COM for C++ and C# syntax. However, I’ve always had one question: how are the GUIDs for interfaces and classes obtained? In the Grabacr07/VirtualDesktop library, I found most of the interface GUIDs, but I’m still very confused about the class GUIDs. Now, I can independently write C++ programs using the interface ID of IVirtualDesktopManager and the class ID you provided, but I’m still unclear about other functionalities, such as pinning/unpinning windows. So, I’d like to ask you for advice. Thank you very much.
The text was updated successfully, but these errors were encountered: