
154
3.108 SysDeleteUserDefineKey
This function deletes any user defined keys generated in the numeric key input mode. After the
deletion, the default keys are used.
Calling Sequences
[C++]
DWORD SysDeleteUserDefineKey(
int KeyId
)
[Visual Basic]
Public Shared Function SysDeleteUserDefineKey( _
ByVal KeyId As Int32 _
) As Int32
[C#]
public static Int32 SysDeleteUserDefineKey(
Int32 KeyId
);
Parameters
KeyId
This parameter is for specifying key IDs of the user defined keys that are to be deleted. See
SysSetNormalUserDefineKey function for the values.
Return Values
TRUE : Normal end
FALSE : Internal error
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern