Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:30
Owner drawn19-Jan-06 1:30 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:38
kelprinc19-Jan-06 1:38 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:43
Owner drawn19-Jan-06 1:43 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:46
kelprinc19-Jan-06 1:46 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:50
Owner drawn19-Jan-06 1:50 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:55
kelprinc19-Jan-06 1:55 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 2:01
Owner drawn19-Jan-06 2:01 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:11
kelprinc19-Jan-06 2:11 
I tried it it did not work

the struct that iam using is part of the C++ libraries

here it is
typedef struct _SHARE_INFO_502 {
LPTSTR shi502_netname;
DWORD shi502_type;
LPTSTR shi502_remark;
DWORD shi502_permissions;
DWORD shi502_max_uses;
DWORD shi502_current_uses;
LPTSTR shi502_path;
LPTSTR shi502_passwd;
DWORD shi502_reserved;
PSECURITY_DESCRIPTOR shi502_security_descriptor;
} SHARE_INFO_502, *PSHARE_INFO_502, *LPSHARE_INFO_502;

And i have to use *PSHARE_INFO_502 as the name of the struct



Kelvin Chikomo
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 2:18
Owner drawn19-Jan-06 2:18 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:27
kelprinc19-Jan-06 2:27 
AnswerRe: TCHAR* and LPTSTR Pin
Prakash Nadar19-Jan-06 5:00
Prakash Nadar19-Jan-06 5:00 
AnswerRe: TCHAR* and LPTSTR Pin
kakan19-Jan-06 2:21
professionalkakan19-Jan-06 2:21 
GeneralRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:24
kelprinc19-Jan-06 2:24 
GeneralRe: TCHAR* and LPTSTR Pin
kakan19-Jan-06 2:28
professionalkakan19-Jan-06 2:28 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 2:30
kelprinc19-Jan-06 2:30 
AnswerRe: TCHAR* and LPTSTR Pin
David Crow19-Jan-06 2:56
David Crow19-Jan-06 2:56 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 3:20
kelprinc19-Jan-06 3:20 
AnswerRe: TCHAR* and LPTSTR Pin
David Crow19-Jan-06 3:23
David Crow19-Jan-06 3:23 
AnswerRe: TCHAR* and LPTSTR Pin
Prakash Nadar19-Jan-06 4:56
Prakash Nadar19-Jan-06 4:56 
Questionchange the base class after finishing project Pin
Anu_Bala19-Jan-06 0:53
Anu_Bala19-Jan-06 0:53 
AnswerRe: change the base class after finishing project Pin
toxcct19-Jan-06 1:00
toxcct19-Jan-06 1:00 
AnswerRe: change the base class after finishing project Pin
Owner drawn19-Jan-06 1:00
Owner drawn19-Jan-06 1:00 
GeneralRe: change the base class after finishing project Pin
Anu_Bala19-Jan-06 1:03
Anu_Bala19-Jan-06 1:03 
GeneralRe: change the base class after finishing project Pin
Owner drawn19-Jan-06 1:04
Owner drawn19-Jan-06 1:04 
GeneralRe: change the base class after finishing project Pin
Anu_Bala19-Jan-06 1:22
Anu_Bala19-Jan-06 1:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.