Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to proceed with Notification of emails using Mapi. Pin
uday kiran janaswamy29-Aug-06 23:10
uday kiran janaswamy29-Aug-06 23:10 
AnswerRe: how to proceed with Notification of emails using Mapi. Pin
_AnsHUMAN_ 29-Aug-06 23:51
_AnsHUMAN_ 29-Aug-06 23:51 
GeneralRe: how to proceed with Notification of emails using Mapi. Pin
uday kiran janaswamy30-Aug-06 1:45
uday kiran janaswamy30-Aug-06 1:45 
QuestionRich text formating and tags Pin
Cedric Moonen29-Aug-06 22:53
Cedric Moonen29-Aug-06 22:53 
AnswerRe: Rich text formating and tags Pin
Waldermort30-Aug-06 1:08
Waldermort30-Aug-06 1:08 
QuestionRe: Rich text formating and tags Pin
David Crow30-Aug-06 3:13
David Crow30-Aug-06 3:13 
AnswerRe: Rich text formating and tags Pin
Cedric Moonen30-Aug-06 3:27
Cedric Moonen30-Aug-06 3:27 
Questionsize of structure variable Pin
Vishvanathan29-Aug-06 21:28
Vishvanathan29-Aug-06 21:28 
hi,
i have develop a small win32 application for reading Partition Boot sector
for NTFS. Actually the structure size is 512 bytes. But during run time, it
generates 528 bytes via sizeof() operator. the structure shows

<pre>
struct BootSector
{
char chJumpInstruction[3];

LONGLONG n64OEMId;

struct BPB
{
WORD wBytesPerSector;

BYTE chSectorPerCluster;

WORD wReservedSectors;

BYTE chReserved[3];

WORD wUnUsed1;

BYTE chMediaDescriptor;

WORD wUnUsed2;

WORD wSectorPerTrack;

WORD wNumberOfHeads;

DWORD dwHiddenSectors;

DWORD dwUnUsed3;

DWORD dwUnUsed4;

LONGLONG n64TotalSectors;

LONGLONG n64MFTLogicalClusterNumber;

LONGLONG n64MFTMirrorLogicalClustNum;

DWORD dwClusterFileRecordSegment;

DWORD dwClusterIndexBlock;

LONGLONG n64VolumeSerialNumber;

DWORD dwCheckSum;

}bpb;

char chBootStrapCode[426];

WORD wEndOfSectorMarker;
};

</pre>

OS: Windows XP
IDE : VC++ 6.0

I am waiting for your valuable reply.

Vichu
AnswerRe: size of structure variable Pin
Maxwell Chen29-Aug-06 21:44
Maxwell Chen29-Aug-06 21:44 
AnswerRe: size of structure variable Pin
Cedric Moonen29-Aug-06 21:45
Cedric Moonen29-Aug-06 21:45 
GeneralRe: size of structure variable Pin
Vishvanathan29-Aug-06 22:26
Vishvanathan29-Aug-06 22:26 
QuestionHard Disk serial Number Pin
vijay_aroli29-Aug-06 21:04
vijay_aroli29-Aug-06 21:04 
AnswerRe: Hard Disk serial Number Pin
Hamid_RT29-Aug-06 21:55
Hamid_RT29-Aug-06 21:55 
QuestionRe: Hard Disk serial Number Pin
David Crow30-Aug-06 3:17
David Crow30-Aug-06 3:17 
QuestionShow Desktop Problem-Minimizes all the window Pin
payal33529-Aug-06 20:54
payal33529-Aug-06 20:54 
AnswerRe: Show Desktop Problem-Minimizes all the window Pin
Nibu babu thomas30-Aug-06 0:30
Nibu babu thomas30-Aug-06 0:30 
GeneralRe: Show Desktop Problem-Minimizes all the window Pin
payal33530-Aug-06 1:02
payal33530-Aug-06 1:02 
GeneralRe: Show Desktop Problem-Minimizes all the window Pin
Nibu babu thomas30-Aug-06 1:07
Nibu babu thomas30-Aug-06 1:07 
GeneralRe: Show Desktop Problem-Minimizes all the window Pin
payal33530-Aug-06 19:21
payal33530-Aug-06 19:21 
GeneralRe: Show Desktop Problem-Minimizes all the window Pin
Nibu babu thomas30-Aug-06 19:37
Nibu babu thomas30-Aug-06 19:37 
QuestionContext menu problem Pin
gajendrakashyap29-Aug-06 20:19
gajendrakashyap29-Aug-06 20:19 
AnswerRe: Context menu problem Pin
Hamid_RT29-Aug-06 21:52
Hamid_RT29-Aug-06 21:52 
GeneralRe: Context menu problem Pin
gajendrakashyap29-Aug-06 22:07
gajendrakashyap29-Aug-06 22:07 
GeneralRe: Context menu problem Pin
Hamid_RT29-Aug-06 22:38
Hamid_RT29-Aug-06 22:38 
GeneralRe: Context menu problem Pin
gajendrakashyap29-Aug-06 23:06
gajendrakashyap29-Aug-06 23:06 

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.