Searched refs:get_compsysproduct_string (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 1999 static WCHAR *get_compsysproduct_string( BYTE id, const char *buf, UINT len ) in get_compsysproduct_string() function 2014 WCHAR *ret = get_compsysproduct_string( 4, buf, len ); in get_compsysproduct_identifyingnumber() 2021 WCHAR *ret = get_compsysproduct_string( 2, buf, len ); in get_compsysproduct_name() 2053 WCHAR *ret = get_compsysproduct_string( 1, buf, len ); in get_compsysproduct_vendor() 2060 WCHAR *ret = get_compsysproduct_string( 3, buf, len ); in get_compsysproduct_version()
|