Displaying 2 results from an estimated 2 matches for "wadhwa".
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all,
I have uploaded the printer drivers succesfully on RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2009 Nov 25
2
rsyncing large sized folder
Hi
I have to rsync a folder say 0. This folder inside it contains sub folders
[0-999]. Inside this subfolders i have further subfolders [0-999]. so my
directory structure is:
/0/0/0/file
/0/0/1/file
/0/0/2/file
|
|
/0/0/999/file
/0/1/0/file
/0/1/1/file
|
|
/0/0/999/file and so on