Home | Info | Community | Development | myReactOS | Contact Us
[inline, static]
Definition at line 931 of file oid.c.
Referenced by CryptRegisterDefaultOIDFunction(), and CryptUnregisterDefaultOIDFunction().
00932 { 00933 DWORD len = CRYPT_GetMultiStringCharacterLen(dlls); 00934 LONG r; 00935 00936 if ((r = RegSetValueExW(key, DllW, 0, REG_MULTI_SZ, (const BYTE *)dlls, 00937 len * sizeof (WCHAR)))) 00938 SetLastError(r); 00939 return r == ERROR_SUCCESS; 00940 }