Thread: Lpcwstr

  1. #1
    unregistered
    Guest

    Lpcwstr

    I am learning to program TAPI and came upon a sample program that uses LPCWSTR data type. What is the LPCWSTR?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Lpcwstr

    Originally posted by unregistered
    I am learning to program TAPI and came upon a sample program that uses LPCWSTR data type. What is the LPCWSTR?
    I think something like Long Pointer to a Constant Wide String....or something (hungarian notation....hah!! )

    Its basically a buffer for a string that uses Unicode and should not be altered

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to convert string into LPCWSTR
    By krishnampkkm in forum C++ Programming
    Replies: 2
    Last Post: 06-15-2009, 06:02 AM
  2. message box LPCWSTR manipulation and keyword question
    By stanlvw in forum Windows Programming
    Replies: 11
    Last Post: 05-27-2008, 12:36 PM
  3. a type problem (TCHAR, LPCWSTR)
    By Crazed in forum Windows Programming
    Replies: 6
    Last Post: 03-13-2008, 01:19 PM
  4. The Interactive Animation - my first released C program
    By ulillillia in forum A Brief History of Cprogramming.com
    Replies: 48
    Last Post: 05-10-2007, 02:25 AM
  5. Using LPCWSTR
    By disruptor108 in forum Windows Programming
    Replies: 2
    Last Post: 07-11-2006, 02:05 PM