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 "ImmGetCompositionString" in [All]

imm32

.

static extern int ImmGetCompositionString(IntPtr hIMC, uint dwIndex, char[] lpBuf, uint dwBufLen);

.

Declare Function ImmGetCompositionString Lib "imm32.dll" (TODO) As TODO

.

private static extern int ImmGetCompositionString(IntPtr hIMC, uint dwIndex, char[] lpBuf, uint dwBufLen);

.

int bufferLength = ImmGetCompositionString(hImc, GCS_RESULTSTR, null, 0);

.

    ImmGetCompositionString(hImc, GCS_RESULTSTR, buffer, (uint)bufferLength);

.
Documentation
[ImmGetCompositionString] on MSDN

 
Access PInvoke.net directly from VS: