Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
from
ctypes
import
POINTER, WINFUNCTYPE, c_char_p, c_void_p, c_int, c_ulong, c_char_p
Callers
nothing calls this directly
Calls
4
POINTER
Function · 0.85
DDEClient
Class · 0.85
WinMSGLoop
Function · 0.85
advise
Method · 0.80
Tested by
no test coverage detected