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

kernel32

.
Summary
The lstrcat API
.

static extern IntPtr lstrcat(StringBuilder lpString1, string lpString2);

.

    static extern IntPtr lstrcat(StringBuilder lpString1, string lpString2);

.

        lstrcat(aString, x);

.

        lstrcat(aString, "code");

.
Documentation
[lstrcat] on MSDN

 
Access PInvoke.net directly from VS: