mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
BfpProcess_GetById pid check
This commit is contained in:
parent
e4f1906627
commit
4129c38bb2
2 changed files with 10 additions and 2 deletions
|
@ -172,6 +172,7 @@ enum BfpProcessResult
|
|||
BfpProcessResult_Ok = BfpResult_Ok,
|
||||
BfpProcessResult_UnknownError = BfpResult_UnknownError,
|
||||
BfpProcessResult_InsufficientBuffer = BfpResult_InsufficientBuffer,
|
||||
BfpProcessResult_NotFound = BfpResult_NotFound
|
||||
};
|
||||
|
||||
BFP_EXPORT intptr BFP_CALLTYPE BfpProcess_GetCurrentId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue