pub unsafe extern "C" fn FspLaunchRegSetRecord(
    ClassName: PWSTR,
    Record: *const FSP_LAUNCH_REG_RECORD
) -> NTSTATUS
Expand description

Add/change/delete a service registry record.

@param ClassName The service class name. @param Record The record to set in the registry. If NULL, the registry record is deleted. @return STATUS_SUCCESS or error code.