RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMAskCBFormatName Record
Pascal
TWMAskCBFormatName = packed record
  Msg: Cardinal;
  NameLen: Word;
  Unused: Word;
  FormatName: PChar;
  Result: Longint;
end;
C++
struct TWMAskCBFormatName {
  unsigned Msg;
  Word NameLen;
  Word Unused;
  const char * FormatName;
  Longint Result;
};

Messages

This is record Messages.TWMAskCBFormatName.

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