Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "winapi", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Misc windows API wrappers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,2 +33,11 @@ # winapi | ||
## require('winapi').GetChildrenProcess([parentProcessId]) | ||
List all children process (of specified parent PID, default to current process) | ||
## require('winapi').GetParentProcess([childProcessId]) | ||
Get a process parent PID (of specified process PID, default to current process) | ||
## require('winapi').GetTickCount() | ||
@@ -35,0 +44,0 @@ Retrieves the number of milliseconds that have elapsed since the system was started (uptime). ([see MSDN](https://msdn.microsoft.com/en-us/library/windows/desktop/ms724408%28v=vs.85%29.aspx) ) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7053
54