RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMSpoolerStatus Record
Pascal
TWMSpoolerStatus = packed record
  Msg: Cardinal;
  JobStatus: Longint;
  JobsLeft: Word;
  Unused: Word;
  Result: Longint;
end;
C++
struct TWMSpoolerStatus {
  unsigned Msg;
  Longint JobStatus;
  Word JobsLeft;
  Word Unused;
  Longint Result;
};

Messages

This is record Messages.TWMSpoolerStatus.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!