Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

LPCWSTR WINAPI CryptFindLocalizedName ( LPCWSTR  pwszCryptName  ) 

Definition at line 1018 of file oid.c.

Referenced by enum_store_callback(), and show_cert_stores().

01019 {
01020     unsigned int i;
01021 
01022     for(i = 0; i < sizeof(LocalizedKeys)/sizeof(LPCWSTR); i++)
01023     {
01024         if(!lstrcmpiW(LocalizedKeys[i], pwszCryptName))
01025         {
01026             return LocalizedNames[i];
01027         }
01028     }
01029 
01030     FIXME("No name for: %s - stub\n",debugstr_w(pwszCryptName));
01031     return NULL;
01032 }


Generated on Fri Feb 10 05:27:54 2012 for ReactOS by doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.