home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
rpc
/
pickle
/
readme.txt
< prev
Wrap
Text File
|
1996-01-12
|
459b
|
14 lines
The RPC\PICKLE directory has 2 subdirectories with pickling samples:
PICKLP - Procedure pickling sample,
PICKLT - Type pickling sample.
Each sample demonstrates a fixed buffer style pickling and an incremental
style pickling depending on the switches being used.
The implicit primitive handle is used as the pickling handle.
With default switches, both samples encode data to a file.
To decode data from the file, use -d switch.