|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 1381 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 1380 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().