MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpSystem_CreateGUID

Function BfpSystem_CreateGUID

BeefySysLib/platform/win/Platform.cpp:1221–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InitMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected