הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
This header is used by Windows Management Instrumentation. For more information, see:
chstring.h contains the following programming interfaces:
Classes
| CHString The following table lists the CHString methods. |
Functions
| NA:chstring::operator!= The chstring.operator-not-equal-to function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |
| NA:chstring::operator< The chstring.operator-less-than function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |
| NA:chstring::operator<= The chstring.operator-less-than-equal-to function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |
| NA:chstring::operator== The chstring.operator-equal-equal-to function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |
| NA:chstring::operator> The chstring.operator-greater-than function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |
| NA:chstring::operator>= The chstring.operator-greater-than-equal-to function compares two strings. These operators are a convenient substitute for the case-sensitive Compare method. |