Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem in RIP Pin
moliate2-Jan-05 11:57
moliate2-Jan-05 11:57 
GeneralConnection with Oracle 9i through VC++ Pin
Qaisar Ch30-Dec-04 6:03
sussQaisar Ch30-Dec-04 6:03 
GeneralWeird Class Wizard Problems. Pin
JD Steffen30-Dec-04 5:51
JD Steffen30-Dec-04 5:51 
GeneralMemory layout for XP Pin
Anonymous30-Dec-04 5:36
Anonymous30-Dec-04 5:36 
GeneralRe: Memory layout for XP Pin
David Crow30-Dec-04 8:32
David Crow30-Dec-04 8:32 
Generalmemory available on drive Pin
grace_sonal30-Dec-04 5:17
grace_sonal30-Dec-04 5:17 
GeneralRe: memory available on drive Pin
Michael Dunn30-Dec-04 5:59
sitebuilderMichael Dunn30-Dec-04 5:59 
GeneralIMAPI Problem Pin
Anorexic Tribble30-Dec-04 5:01
Anorexic Tribble30-Dec-04 5:01 
Has anyone used the Image Mastering API (IMAPI)?

I can't get the Get / Set volume name to work. Here is my code for Get Volume name

CString              Volume_Name;<br />
IPropertyStorage*    Properties;<br />
PROPSPEC             Property_Type[1];<br />
PROPVARIANT          Property_Value[1];<br />
BOOL                 Result;<br />
<br />
// Get all the Joliet properties<br />
               Result =  m_Joliet->GetJolietProperties(&Properties);<br />
               if (Result)<br />
               {<br />
                  Property_Type[0].ulKind = PRSPEC_LPWSTR;<br />
                  Property_Type[0].lpwstr = ::SysAllocString(L"VolumeName"); <br />
                  m_Result_Code = Properties->ReadMultiple(1, Property_Type, Property_Value);<br />
                  Result = SUCCEEDED(m_Result_Code);<br />
                  Volume_Name = (CString)Property_Value[0].bstrVal;<br />
               }


Everything works. The result code is success, but the volume name is always an empty string.

Similarly the set volume name function succeeds, but the volume name of the CD burned is blank.
Generalwatch video Pin
Naveen30-Dec-04 4:40
Naveen30-Dec-04 4:40 
GeneralFuzzy set and c++ ! Pin
faroqtam30-Dec-04 4:39
faroqtam30-Dec-04 4:39 
GeneralA Question about CDockBar Pin
prabbit201030-Dec-04 4:21
prabbit201030-Dec-04 4:21 
GeneralProblem with printing in CRichEditView Pin
Stojan7830-Dec-04 4:02
Stojan7830-Dec-04 4:02 
GeneralWeb Services Pin
Rassul Yunussov30-Dec-04 1:14
Rassul Yunussov30-Dec-04 1:14 
GeneralPreprocessor Pasting in Resources Pin
Joel Holdsworth30-Dec-04 0:38
Joel Holdsworth30-Dec-04 0:38 
GeneralRe: Preprocessor Pasting in Resources Pin
Neville Franks30-Dec-04 1:23
Neville Franks30-Dec-04 1:23 
GeneralRe: Preprocessor Pasting in Resources Pin
Michael Bergman30-Dec-04 10:31
Michael Bergman30-Dec-04 10:31 
GeneralRe: Preprocessor Pasting in Resources Pin
Michael Dunn30-Dec-04 6:07
sitebuilderMichael Dunn30-Dec-04 6:07 
GeneralQuestions about inheritance Pin
Anonymous30-Dec-04 0:16
Anonymous30-Dec-04 0:16 
GeneralRe: Questions about inheritance Pin
V.30-Dec-04 3:22
professionalV.30-Dec-04 3:22 
GeneralRe: Questions about inheritance Pin
Vangelis Fortounas30-Dec-04 4:07
Vangelis Fortounas30-Dec-04 4:07 
GeneralRe: Questions about inheritance Pin
Maximilien30-Dec-04 5:26
Maximilien30-Dec-04 5:26 
GeneralRe: Questions about inheritance Pin
Anonymous30-Dec-04 6:37
Anonymous30-Dec-04 6:37 
GeneralRe: Questions about inheritance Pin
Maximilien30-Dec-04 5:22
Maximilien30-Dec-04 5:22 
GeneralGettting Toolbar from CWnd* Pin
Member 24341329-Dec-04 23:18
Member 24341329-Dec-04 23:18 
GeneralRe: Gettting Toolbar from CWnd* Pin
Neville Franks30-Dec-04 1:43
Neville Franks30-Dec-04 1: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.