The lstrcpy function copies a string to a buffer.
LPTSTR lstrcpy(
|
LPTSTR lpString1, |
// address of buffer |
|
LPCTSTR lpString2 |
// address of string to copy |
|
); |
If the function succeeds, the return value is a pointer to the buffer.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
With a double-byte character set (DBCS) version of Windows, this function can be used to copy a DBCS string.
lstrcat, lstrcmp, lstrcmpi, lstrlen
See also:
| file: /Techref/os/win/api/win32/func/src/f56.htm, 2KB, , updated: 2000/4/7 12:19, local time: 2012/5/24 11:22,
38.107.179.230:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/func/src/f56.htm"> lstrcpy</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20120524 RussellMc, IVP, alan.b.pearce, cdb, V G, Isaac Marino Bavaresco, Electron, John Gardner, Carl Denk, Dwayne Reid, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: None at this time. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.