hini (HINI) - input
HINI_PROFILE
pszApp (PSZ) - input
The case-dependent name of the application for which profile data is to be written. Names starting with the characters "PM_" are reserved for system use.
pszKey (PSZ) - input
The case-dependent name of the key for which profile data is to be written.
This parameter can be NULL in which case all the pszKey or pData pairs associated with pszApp are deleted.
pData (PVOID) - input
This is the value of the pszKey or pData pair that is written to the profile. It is not zero-terminated, and its length is given by the ulDataLen parameter.
If this parameter is NULL, the data associated with the pszKey parameter is deleted.
ulDataLen (ULONG) - input
The size of the data to be written. This length should not exceed 64K bytes.
rc (BOOL) - returns
TRUE