Click here to Skip to main content
15,913,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSHGetPathFromIDList fails for the PIDL of the Recycle-Bin Pin
ohadp30-Nov-03 0:44
ohadp30-Nov-03 0:44 
GeneralRe: SHGetPathFromIDList fails for the PIDL of the Recycle-Bin Pin
Jörgen Sigvardsson30-Nov-03 11:51
Jörgen Sigvardsson30-Nov-03 11:51 
QuestionWSANO_DATA- WHAT does this mean? Pin
Stan the man30-Nov-03 0:20
Stan the man30-Nov-03 0:20 
Questionhow to create a shortcut to a dialup networking connection programmtically Pin
jetboy29-Nov-03 23:58
jetboy29-Nov-03 23:58 
GeneralProblems by catching outlook events Pin
derzellner29-Nov-03 23:52
derzellner29-Nov-03 23:52 
Generalwsnprintf() method .h file needed .. Pin
derik_konark29-Nov-03 23:52
derik_konark29-Nov-03 23:52 
GeneralRe: wsnprintf() method .h file needed .. Pin
PJ Arends30-Nov-03 0:05
professionalPJ Arends30-Nov-03 0:05 
Generalwsnprintf() method __defined_.h_file Pin
derik_konark29-Nov-03 23:21
derik_konark29-Nov-03 23:21 
Hello Everyone,

I am from CG Maersk, Chennai, India.I have problem while
compiling wsnprintf() function in one of my piece of COM code. I use this function to add the filter.

#define MAX_PATH 520
LPOLESTR pszSearchFilter = new OLECHAR[dwLength];
LPOLESTR szFilter; // Filter for finding specific users.
// NULL returns all user objects.
LPOLESTR *pszPropertiesToReturn;

DWORD dwLength = MAX_PATH * 2;
wsnprintf(pszSearchFilter, dwLength, L"(&(objectClass=user)(objectCategory=person)%s)",szFilter);

I need a help in finding the suitable header file for the wsnprintf() signature. Smile | :) Smile | :)
GeneralSimple databse problem Pin
Scozturk29-Nov-03 22:51
professionalScozturk29-Nov-03 22:51 
GeneralRe: Simple databse problem Pin
Gareth Johnson30-Nov-03 8:50
sussGareth Johnson30-Nov-03 8:50 
GeneralRSA cryptosystem Pin
swanss29-Nov-03 22:11
sussswanss29-Nov-03 22:11 
GeneralRe: RSA cryptosystem Pin
Jörgen Sigvardsson30-Nov-03 11:53
Jörgen Sigvardsson30-Nov-03 11:53 
GeneralHelp pop3 !!!!!!!!!!!!!!!!! Pin
BaldwinMartin29-Nov-03 19:58
BaldwinMartin29-Nov-03 19:58 
GeneralLinking the dialog and its class Pin
J.B.29-Nov-03 19:18
J.B.29-Nov-03 19:18 
GeneralRe: Linking the dialog and its class Pin
BaldwinMartin29-Nov-03 19:24
BaldwinMartin29-Nov-03 19:24 
GeneralRe: Linking the dialog and its class Pin
J.B.29-Nov-03 19:32
J.B.29-Nov-03 19:32 
GeneralRe: Linking the dialog and its class Pin
BaldwinMartin29-Nov-03 19:35
BaldwinMartin29-Nov-03 19:35 
GeneralRe: Linking the dialog and its class Pin
J.B.29-Nov-03 19:38
J.B.29-Nov-03 19:38 
GeneralRe: Linking the dialog and its class Pin
BaldwinMartin29-Nov-03 19:42
BaldwinMartin29-Nov-03 19:42 
GeneralRe: Linking the dialog and its class Pin
JWood29-Nov-03 19:46
JWood29-Nov-03 19:46 
GeneralRe: Linking the dialog and its class Pin
J.B.29-Nov-03 19:53
J.B.29-Nov-03 19:53 
GeneralAfxConnectionAdvice undeclared identifier Pin
Prakash Nadar29-Nov-03 18:26
Prakash Nadar29-Nov-03 18:26 
GeneralColoring slider Pin
georgiek5029-Nov-03 17:50
georgiek5029-Nov-03 17:50 
GeneralRe: Coloring slider Pin
BaldwinMartin29-Nov-03 19:44
BaldwinMartin29-Nov-03 19:44 
GeneralAddin Dialogs Pin
N.Byarley29-Nov-03 17:42
N.Byarley29-Nov-03 17:42 

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.