add comments about other printercache process cases

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@585 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Kallden 2004-01-29 11:40:36 +00:00
parent 15ce6e6971
commit 1b37f01db0

View File

@ -147,8 +147,9 @@ printercache_process(STREAM s)
in_uint32_le(s, type);
switch (type)
{
/*case 4: renaming of item old name and then new name */
/*case 3: delete item name */
case 2:
in_uint32_le(s, printer_unicode_length);
in_uint32_le(s, blob_length);
@ -159,10 +160,13 @@ printercache_process(STREAM s)
}
break;
case 1:
/*case 1:*/
// TODO: I think this one just tells us what printer is on LPT? but why?
//
// your name and the "users choice" of printer driver
// my guess is that you can store it and automagically reconnect
// the printer with correct driver next time.
default:
unimpl("RDPDR Printer Cache Packet Type: %d\n", type);