Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 11, 2024
1 parent 89057f2 commit 0b22af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions comtypes/server/inprocserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _setup_logging(clsid):


def DllGetClassObject(rclsid, riid, ppv):
print(rclsid, riid, ppv)
print([type(t) for t in (rclsid, riid, ppv)])
COMObject.__run_inprocserver__()

iid = GUID.from_address(riid)
Expand Down

0 comments on commit 0b22af6

Please sign in to comment.