ServicesControlWritePrivateProfileString Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private static int WritePrivateProfileString(
	string lpSectionName,
	string lpKeyName,
	string lpKeyValue,
	string lpFileName
)

Parameters

lpSectionName  String
 
lpKeyName  String
 
lpKeyValue  String
 
lpFileName  String
 

Return Value

Int32

See Also