Click here to Skip to main content
15,908,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with POP3 Pin
Mazdak4-May-03 6:01
Mazdak4-May-03 6:01 
GeneralRe: Problem with POP3 Pin
Ted Ferenc4-May-03 7:13
Ted Ferenc4-May-03 7:13 
GeneralRe: Problem with POP3 Pin
Mazdak4-May-03 8:38
Mazdak4-May-03 8:38 
Questionrelative PIDL to an absolute PIDL? Pin
Jump_Around4-May-03 5:28
Jump_Around4-May-03 5:28 
GeneralLinking Error related to SerializeElements template Pin
fear74-May-03 4:23
fear74-May-03 4:23 
GeneralCD serial Pin
_crs_4-May-03 2:31
_crs_4-May-03 2:31 
GeneralRe: CD serial Pin
Steve Messer4-May-03 2:58
Steve Messer4-May-03 2:58 
QuestionHow to get pidl for Dial-Up Networking Pin
Jump_Around4-May-03 1:55
Jump_Around4-May-03 1:55 
LPITEMIDLIST GetDialUpNetworkingPidl(LPSHELLFOLDER pDesktop)
{
HRESULT hr;
LPITEMIDLIST pidlDialUp;

if(!pDesktop)
return NULL;

//get the pidl for Dial-Up Networking
hr = pDesktop->ParseDisplayName( NULL,
NULL,
L"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{8714C09D-E388-4190-A18E-6A340C2FD557}",

NULL,
&pidlDialUp,
NULL);


//992CFFA0-F557-101A-88EC-00DD010CCC48
if(FAILED(hr))
return NULL;

return pidlDialUp;
}

This is the function which returns pidl for Dial-up networking under win 98,
I need the same working under win 2000/xp.
What shpuld I pass as 3rd parameter?
Please help

GeneralCompiling database Project Pin
progman4-May-03 1:12
progman4-May-03 1:12 
GeneralRe: Compiling database Project Pin
jmkhael4-May-03 2:32
jmkhael4-May-03 2:32 
GeneralRe: Compiling database Project Pin
jhaga4-May-03 2:42
professionaljhaga4-May-03 2:42 
GeneralRe: Compiling database Project Pin
progman4-May-03 3:42
progman4-May-03 3:42 
GeneralRe: Compiling database Project Pin
jhaga4-May-03 4:02
professionaljhaga4-May-03 4:02 
GeneralRe: Compiling database Project Pin
progman4-May-03 4:11
progman4-May-03 4:11 
GeneralRe: Compiling database Project Pin
jhaga5-May-03 12:10
professionaljhaga5-May-03 12:10 
GeneralRe: Compiling database Project Pin
progman5-May-03 14:10
progman5-May-03 14:10 
GeneralRe: Compiling database Project Pin
(Steven Hicks)n+14-May-03 5:44
(Steven Hicks)n+14-May-03 5:44 
GeneralRe: Compiling database Project Pin
progman4-May-03 6:04
progman4-May-03 6:04 
GeneralProblem with CPropertySheet/CPropertyPage Pin
Nirav Doshi3-May-03 22:48
Nirav Doshi3-May-03 22:48 
GeneralRe: Problem with CPropertySheet/CPropertyPage Pin
Bartosz Bien4-May-03 10:41
Bartosz Bien4-May-03 10:41 
GeneralRe: Problem with CPropertySheet/CPropertyPage Pin
Nirav Doshi6-May-03 23:23
Nirav Doshi6-May-03 23:23 
GeneralDraw Icon Pin
StuartHall3-May-03 22:00
StuartHall3-May-03 22:00 
GeneralMFC vs VB Pin
atif_3-May-03 21:38
atif_3-May-03 21:38 
GeneralRe: MFC vs VB Pin
jhaga4-May-03 0:02
professionaljhaga4-May-03 0:02 
GeneralRe: MFC vs VB Pin
Brian Shifrin4-May-03 2:43
Brian Shifrin4-May-03 2:43 

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.