Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DdeCreateStringHandle" in [All]

user32

.
Summary
.

static extern IntPtr DdeCreateStringHandle(uint idInst, string psz,

.

DdeCreateStringHandleA and DdeCreateStringHandleW respectively.

.

[DllImport("user32.dll", EntryPoint="DdeCreateStringHandleA")]

.

IntPtr serviceHandle = DdeCreateStringHandle(instanceId, "MT4", CP_WINANSI);

.
Documentation
[DdeCreateStringHandle] on MSDN

 
Access PInvoke.net directly from VS: