Skip to content

Add a function to Process that returns the current PID #54

@dkrutsko

Description

@dkrutsko

To get the PID of the current application, the Process::GetCurrent function needs to be used. This means that it has to get the handle to the process, etc. It would be better to just have a function that returns the PID directly instead of having to do: Process::GetCurrent().GetPID().

Metadata

Metadata

Assignees

No one assigned

    Labels

    RequestA cool feature request for the library

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions