This document is archived and information here might be outdated. Recommended version. |
Sets up the callback pointer for the callback interface to call through.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal pCaller As IToolPositionCallback, _ ByVal lCookie As Integer _ )
[C#] public void Initialize ( IToolPositionCallback pCaller, int lCookie );
[C++]
HRESULT Initialize(
IToolPositionCallback* pCaller,
long lCookie
);
[C++]
Parameters pCaller [in]
pCaller is a parameter of type IToolPositionCallback* lCookie [in]
lCookie is a parameter of type long