Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim lpString As String
Dim returnValue As UInteger
returnValue = NativeMethods.RegisterWindowMessage(lpString)
Syntax
'Declaration
Public Shared Function RegisterWindowMessage ( _
lpString As String _
) As UInteger
public static uint RegisterWindowMessage (
string lpString
)
public:
static unsigned int RegisterWindowMessage (
String^ lpString
)
public static UInt32 RegisterWindowMessage (
String lpString
)
public static function RegisterWindowMessage (
lpString : String
) : uint
Parameters
- lpString
Return Value
Returns UInt32.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
NativeMethods Class
NativeMethods Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.