IVsTextLineMarkerEx.GetClientData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetClientData(IntPtr) | |
GetClientData(UInt32) |
Gets the client data. |
GetClientData(IntPtr)
GetClientData(UInt32)
Gets the client data.
public:
int GetClientData([Runtime::InteropServices::Out] System::UInt32 % pdwData);
int GetClientData([Runtime::InteropServices::Out] unsigned int & pdwData);
public int GetClientData(out uint pdwData);
abstract member GetClientData : uint32 -> int
Public Function GetClientData (ByRef pdwData As UInteger) As Integer
Parameters
- pdwData
- UInt32
[out] Returns the dwClient
DWORD associated with the marker.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsTextLineMarkerEx::GetClientData(
[out] DWORD_PTR *pdwData
);