| 1219 | } |
| 1220 | |
| 1221 | BFP_EXPORT void BFP_CALLTYPE BfpSystem_CreateGUID(BfpGUID* outGuid) |
| 1222 | { |
| 1223 | memset(outGuid, 0, sizeof(BfpGUID)); |
| 1224 | UuidCreate((UUID*)outGuid); |
| 1225 | } |
| 1226 | |
| 1227 | BFP_EXPORT void BFP_CALLTYPE BfpSystem_GetComputerName(char* outStr, int* inOutStrSize, BfpSystemResult* outResult) |
| 1228 | { |