Advertisement
TLama

Untitled

Sep 6th, 2014
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. typedef enum _PRINTER_OPTION_FLAGS
  2. {
  3.     PRINTER_OPTION_NO_CACHE       = 1 << 0,
  4.     PRINTER_OPTION_CACHE          = 1 << 1,
  5.     PRINTER_OPTION_CLIENT_CHANGE  = 1 << 2,
  6.     PRINTER_OPTION_NO_CLIENT_DATA = 1 << 3,
  7. } PRINTER_OPTION_FLAGS;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement