
There are 3 API's that I commonly add to my components. They can sometime serve useful purposes in the operation of the component itself, but are most often a lifesaver when it comes to debugging a component. The API's are: GetCurrentProcessId, GetCurrentThreadId and GetUserName.
|