|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| imagehlp.lib
| Header File
| imagehlp.h
| Unicode
| No
| Platform Notes
| Windows 95: IMAGEHLP is available as a redistributable.
|
|
|
ImageGetCertificateHeader
[Now Supported on Windows NT]
The ImageGetCertificateHeader function is used to return only the header part of the specified
DICE_CERTIFICATE up to, but not including, the section offset array.
BOOL ImageGetCertificateHeader(
IN HANDLE FileHandle,
|
| IN DWORD CertificateIndex,
|
| OUT PDICE_CERTIFICATE CertificateHeader
|
| );
|
|
Parameters
FileHandle
This supplies a handle to the image file to be modified. This handle must be
opened for FILE_READ_DATA access.
CertificateIndex
This provides the index of the certificate whose header is to be returned.
CertificateHeader
This provides a buffer to receive the desired certificate header.
Return Values
If the function succeeds, the return value is TRUE.
If the function fails, then the return value is FALSE. To retrieve extended
error information, call GetLastError.
Remarks
The ImageGetCertificateHeader function returns only the header part of the specified DICE_CERTIFICATE up
to, but not including, the section offset array.
Windows NT: This function is not available under Windows NT 3.51; it was introduced in
Windows NT 4.0.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|