1
0
Fork 0
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:
Brian Fiete 2024-10-17 16:25:05 -04:00
parent e4f1906627
commit 4129c38bb2
2 changed files with 10 additions and 2 deletions

View file

@ -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();