Certificate export function not defined in header file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to write a utility to export user certificates without user
intervention. I found a function CryptUIWizExport that should do the trick
but it does not appear to be defined in the cryptuiapi.h header file even
though the documentation states it should be. I have tried creating my own
header file with the definitions that are in the documentation but I am
receiving a linking error so I am obviously doing something wrong.

Does anyone know where I can get a header file with the correct definition
for this function?

Thanks...
 
Hi Brad,
Does anyone know where I can get a header file with the correct
definition for this function?

The declaration of the CryptUIWizExport is not contained in the PlatformSDK
header file of the VS2003, but you can get it from the latest Platform SDK
in the following MSDN download link:

Windows® Server 2003 SP1 Platform SDK Web Install
http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-
A93E-40C0EC4F68E5&displaylang=en


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top