| Visual Basic (Declaration) | |
|---|---|
Public Delegate Function GetRefreshNeed( _ ByVal mode As Integer, _ ByVal maxAge As Integer, _ ByRef numHandles As Integer, _ ByRef AppItemHandles As IntPtr _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New GetRefreshNeed(AddressOf HandlerMethod) | |
| C# | |
|---|---|
public delegate int GetRefreshNeed( int mode, int maxAge, out int numHandles, out IntPtr AppItemHandles ) | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __delegate int GetRefreshNeed( int mode, int maxAge, [PARAMFLAG::Out] int numHandles, [PARAMFLAG::Out] IntPtr AppItemHandles ) | |
| C++/CLI | |
|---|---|
public delegate int GetRefreshNeed( int mode, int maxAge, [Out] int numHandles, [Out] IntPtr AppItemHandles ) | |
Parameters
- mode
- maxAge
- numHandles
- AppItemHandles
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family