Location: Symbol Reference > Structs, Records, Enums > TThreadNameInfo Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TThreadNameInfo Record
Pascal
TThreadNameInfo = record
  FType: LongWord;
  FName: PAnsiChar;
  FThreadID: LongWord;
  FFlags: LongWord;
end;
Members 
Description 
FType: LongWord; 
must be 0x1000 
FName: PAnsiChar; 
pointer to name (in user address space) 
FThreadID: LongWord; 
thread ID (-1 indicates caller thread) 
FFlags: LongWord; 
reserved for future use, must be zero 

This is record TThreadNameInfo.

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!