Desktop Functions: Smart Device Functions:
|
lstrcat (kernel32)
C# Signature:
[DllImport("kernel32.dll", CharSet=CharSet.Auto)] User-Defined Types:None. Notes:None. Tips & Tricks:Please add some! Sample Code:in VS 2005 just start a new webpage and inside the aspx.cs file... using System.Runtime.InteropServices; using System.Text; public partial class _Default : System.Web.UI.Page {
[DllImport("kernel32.dll", CharSet = CharSet.Auto)]
protected void Page_Load(pbject sender, EventArgs e) } Imccloy [Ian.McCloy@Compuware.com] Alternative Managed API:or Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|