Krzysztof
2013-05-13 11:45:13 UTC
I have declared CRYPTUI_WIZ_IMPORT_SRC_INFO importSrc; and it's whole structure then I tryed to type CryptUiWizImport function from
Problem turns out when I type wherever this snippet of code
CryptUIWizImport(
CRYPTUI_WIZ_NO_UI,
NULL,
0,
&importSrc,
NULL
);
Program is compiled successfully without this snippet.
I tried include
Thanks in advance for help