cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
105
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Vladimir Banker on 03-06-2010 02:57:17 PM
After using lineGetDevCaps i get lpLineDevCaps.
I would like to obtain partition information stored in
 
 if(m_dwExtVersion == 0x00070000 &&  lpLineDevCaps->dwDevSpecificSize > 0)  
  {


   Cisco_LineDevCaps_Ext00070000  *ext7 = (Cisco_LineDevCaps_Ext00070000*)(((LPSTR)lpLineDevCaps) + lpLineDevCaps->dwDevSpecificOffset);
    ;

     LPSTR lpPtr = ((LPSTR)ext7) + ext7->dwPartitionOffset;
     int len = ext7->dwPartitionSize;
     CString tmp( lpPtr, len );

}
 
I got always empty string in tmp.
please help ASAP or provide working sample how to extarct partition.
Thanks

Subject: RE: get partition
Replied by: Jeremy Edwards on 07-10-2010 08:21:05 AM
Did you ever get this working?
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links