Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. Encodes an object of a specified size, using the best encryption algorithm flagged in the cookie. On success, returns the number of bits used for the encryption.
Syntax
HRESULT MimeOleSMimeCapGetEncAlg(
_In_ LPVOID pv,
_Inout_ LPBYTE pbEncode,
_Inout_ DWORD *pcbEncode,
_Inout_ DWORD *pdwBits
);
Parameters
-
pv [in]
-
Type: LPVOID
Specifies cookie containing capabilities.
-
pbEncode [in, out]
-
Type: LPBYTE
Returns pointer to the S/MIME capabilities array.
-
pcbEncode [in, out]
-
Type: DWORD*
Returns pointer to array length variable.
-
pdwBits [in, out]
-
Type: DWORD*
Receives the number of bits used for the encryption.
Return value
Type: HRESULT
Returns one of the following values.
| Return code | Description |
|---|---|
|
Indicates encoding success. |
|
Indicates encoding failure. |
Requirements
| Minimum supported client |
Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Product |
Outlook Express 6.0 |
| Header |
|
| Library |
|
| DLL |
|