MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577654.py

File recipe-577654.py

recipes/Python/577654_DDE_Client/recipe-577654.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2# Send DDE Execute command to running program
3
4from ctypes import POINTER, WINFUNCTYPE, c_char_p, c_void_p, c_int, c_ulong, c_char_p

Callers

nothing calls this directly

Calls 4

POINTERFunction · 0.85
DDEClientClass · 0.85
WinMSGLoopFunction · 0.85
adviseMethod · 0.80

Tested by

no test coverage detected