ServicesControlGetPrivateProfileString Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private static int GetPrivateProfileString(
	string lpSectionName,
	string lpKeyName,
	string lpDefault,
	StringBuilder lpReturnedString,
	int nSize,
	string lpFileName
)

Parameters

lpSectionName  String
 
lpKeyName  String
 
lpDefault  String
 
lpReturnedString  StringBuilder
 
nSize  Int32
 
lpFileName  String
 

Return Value

Int32

See Also