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

FuncReturnhWnd callback function

The FuncReturnhWnd callback function is used by a cryptographic service provider (CSP) to obtain the window handle that the CSP should use as the parent or owner of any user interface that is displayed.

Syntax


void FuncReturnhWnd(
  _Inout_  HWND *phWnd
);

typedef void (*CRYPT_RETURN_HWND)();

Parameters

phWnd [in, out]

The address of an HWND variable that receives the parent window handle.

Return value

This callback function does not return a value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Cspdk.h

See also

CPAcquireContext
VTableProvStruc

 

 

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.