Core Function PHandle

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> PHandle( ) </pre> === Description === Get the process handle of this program. === Parameters === === Return Value === The PID of the this program. === Remarks === No...")
 
(Remarks)
Line 15: Line 15:
 
=== Remarks ===
 
=== Remarks ===
  
None.
+
Success: The process handle of this program.
 +
 
 +
Failure: @PTRZero
  
 
=== Example ===
 
=== Example ===

Revision as of 00:03, 26 August 2013

PHandle( )

Contents

Description

Get the process handle of this program.

Parameters

Return Value

The PID of the this program.

Remarks

Success: The process handle of this program.

Failure: @PTRZero

Example

my $PID = PHandle();
println( "The PID is $PID" );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox