Share

AcNameValuePair::AcNameValuePair

C++

AcNameValuePair(
    const ACHAR * name, 
    const ACHAR * value
);

Description

Constructs a name-value pair from a name and a value.

Parameters

Parameters Description
name Input name string, which is a null-terminated mbcs string
value Input value string, which is a null-terminated mbcs string

Links

AcNameValuePair

Was this information helpful?