Expand Minimize
This topic has not yet been rated - Rate this topic

CryptGetLocalKeyLimits function

[The CryptGetLocalKeyLimits function is no longer available for use as of Windows Server 2008 R2 and Windows 7.]

The CryptGetLocalKeyLimits function is not implemented and cannot be used. This function will be removed in a future version of Wincrypt.h.

Syntax


BOOL WINAPI CryptGetLocalKeyLimits(
  _In_     ALG_ID algId,
  _In_     DWORD dwFlags,
  _Out_    PCRYPT_KEY_LIMITS pLimits,
  _Inout_  LPDWORD cbLimitLength
);

Parameters

algId [in]

Not used.

dwFlags [in]

Not used.

pLimits [out]

Not used.

cbLimitLength [in, out]

Not used.

Return value

Not used.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

Wincrypt.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.