- data
- The data pointer.
- size
- The size of the data pointer.
| Visual Basic (Declaration) | |
|---|---|
Public Sub SetDataPointer( _ ByVal data As IntPtr, _ ByVal size As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SearchRegistrationMarksCommandData Dim data As IntPtr Dim size As Integer instance.SetDataPointer(data, size) | |
Parameters
- data
- The data pointer.
- size
- The size of the data pointer.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code