MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / init_unicode_string

Function init_unicode_string

lsteamclient/unixlib.cpp:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433static inline void init_unicode_string( UNICODE_STRING *str, const WCHAR *data )
434{
435 str->Length = wcslen( data ) * sizeof(WCHAR);
436 str->MaximumLength = str->Length + sizeof(WCHAR);
437 str->Buffer = (WCHAR *)data;
438}
439
440static NTSTATUS open_hkcu_key( const char *path, HANDLE *key )
441{

Callers 2

open_hkcu_keyFunction · 0.85
setup_proton_soundfontsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected