SetIdentityName Method
- Last UpdatedNov 06, 2025
- 1 minute read
The set identity name.
'Declaration
Friend Shared Function SetIdentityName( _
ByVal hIdentity As Integer, _
ByVal strIdentity As String _
) As Integer
'Usage
Dim hIdentity As Integer
Dim strIdentity As String
Dim value As Integer
value = NativeMethods.SetIdentityName(hIdentity, strIdentity)
internal static int SetIdentityName(
int hIdentity,
string strIdentity
)
Parameters
- hIdentity
- The h identity.
- strIdentity
- The identity name.
Return Value
Value denoting success or failure.