Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
isDebugPid Function

Returns true if the argument person ID is the debug ID, or if debug information is printed out for all persons.

C++
bool isDebugPid(
    unsigned long pid
);
Parameters 
Description 
unsigned long pid 
Requested person ID. 

True if the argument person ID is the debug ID, or if debug information is printed out for all persons.

Returns true if the argument person ID is DEBUGPID or if DEBUGPID is equal to DEBUGPIDALL. This function is never called unless DEBUGCASE is defined in DebugCase.h.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!