SCOUG-Programming Mailing List Archives
Return to [ 11 |
September |
2005 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
Harry,
This one I can do. "pWindowData->ViewItem.view = bMode;"
simply says replace ViewItem.view at location pWindowData
with bMode. The "->" represents pointer qualification. It
allows you to "qualify" a variable with an address (pointer
variable) as well as a name (ViewItem.view). Thus by
changing the address you can change either the source or
target (or both) of expressions in an assignment statement.
This becomes obvious in list processing. I had thought I had
provided some examples in an earlier thread which illustrates
this.
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 11 |
September |
2005 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|