ReactOS 0.4.16-dev-250-g3ecd236
|
Public Types | |
enum | { StoreHandle , SystemStore } |
Public Attributes | |
enum StoreInfo:: { ... } | type |
union { | |
HCERTSTORE store | |
LPWSTR name | |
} | DUMMYUNIONNAME |
anonymous enum |
Enumerator | |
---|---|
StoreHandle | |
SystemStore |
union { ... } StoreInfo::DUMMYUNIONNAME |
LPWSTR StoreInfo::name |
Definition at line 1379 of file main.c.
Referenced by enum_store_callback(), enumerate_stores(), free_store_info(), and selected_item_to_store().
HCERTSTORE StoreInfo::store |
Definition at line 1378 of file main.c.
Referenced by enumerate_stores(), and selected_item_to_store().
enum { ... } StoreInfo::type |
Referenced by enum_store_callback(), enumerate_stores(), free_store_info(), and selected_item_to_store().