Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Syntax Question

Reply
Thread Tools

Syntax Question

 
 
pigeonrandle@hotmail.com
Guest
Posts: n/a
 
      01-08-2006
Hello.

Can somebody tell me why this stucture definition is the 'way it is'?

typedef struct BLOCK_CHECKSUM_STATE
{
ULONG Unknown;
ULONG64 BaseAddress;
ULONG BlockSize;
ULONG Checksum;
} BLOCK_CHECKSUM_STATE, *PBLOCK_CHECKSUM_STATE;

i.e. the "*PBLOCK_CHECKSUM_STATE" being an extra argument than i am
used to seeing. Is it just a way of aliasing a pointer to
BLOCK_CHECKSUM_STATE as PBLOCK_CHECKSUM_STATE?

Cheers,
James.

 
Reply With Quote
 
 
 
 
Daniel T.
Guest
Posts: n/a
 
      01-09-2006
In article < .com>,
wrote:

> Hello.
>
> Can somebody tell me why this stucture definition is the 'way it is'?
>
> typedef struct BLOCK_CHECKSUM_STATE
> {
> ULONG Unknown;
> ULONG64 BaseAddress;
> ULONG BlockSize;
> ULONG Checksum;
> } BLOCK_CHECKSUM_STATE, *PBLOCK_CHECKSUM_STATE;
>
> i.e. the "*PBLOCK_CHECKSUM_STATE" being an extra argument than i am
> used to seeing. Is it just a way of aliasing a pointer to
> BLOCK_CHECKSUM_STATE as PBLOCK_CHECKSUM_STATE?


yes.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax Checker that's better than the normal syntax checker Jacob Grover Ruby 5 07-18-2008 05:07 AM
Syntax error? What syntax error? Assignment fo default values? Mark Richards Perl Misc 3 11-18-2007 05:01 PM
Syntax bug, in 1.8.5? return not (some expr) <-- syntax error vsreturn (not (some expr)) <-- fine Good Night Moon Ruby 9 07-25-2007 04:51 PM
[ANN] SqlStatement 1.0.0 - hide the syntax of SQL behind familiarruby syntax Ken Bloom Ruby 3 10-09-2006 06:46 PM
Syntax highligth with textile: Syntax+RedCloth ? gabriele renzi Ruby 2 12-31-2005 02:44 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57