strsafe.h 標頭
功能表和其他資源會使用此標頭。 如需詳細資訊,請參閱:
strsafe.h 包含下列程式設計介面:
StringCbCatA 將一個字串串連到另一個字串。 (StringCbCatA) |
StringCbCatExA 將一個字串串連到另一個字串。 (StringCbCatExA) |
StringCbCatExW 將一個字串串連到另一個字串。 (StringCbCatExW) |
StringCbCatNA 將指定的位元組數目從一個字串串連到另一個字串。 (StringCbCatNA) |
StringCbCatNExA 將指定的位元組數目從一個字串串連到另一個字串。 (StringCbCatNExA) |
StringCbCatNExW 將指定的位元組數目從一個字串串連到另一個字串。 (StringCbCatNExW) |
StringCbCatNW 將指定的位元組數目從一個字串串連到另一個字串。 (StringCbCatNW) |
StringCbCatW 將一個字串串連到另一個字串。 (StringCbCatW) |
StringCbCopyA 將一個字串複製到另一個字串。 (StringCbCopyA) |
StringCbCopyExA 將一個字串複製到另一個字串。 (StringCbCopyExA) |
StringCbCopyExW 將一個字串複製到另一個字串。 (StringCbCopyExW) |
StringCbCopyNA 將指定的位元組數目從一個字串複製到另一個字串。 (StringCbCopyNA) |
StringCbCopyNExA 將指定的位元組數目從一個字串複製到另一個字串。 (StringCbCopyNExA) |
StringCbCopyNExW 將指定的位元組數目從一個字串複製到另一個字串。 (StringCbCopyNExW) |
StringCbCopyNW 將指定的位元組數目從一個字串複製到另一個字串。 (StringCbCopyNW) |
StringCbCopyW 將一個字串複製到另一個字串。 (StringCbCopyW) |
StringCbGetsA 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCbGetsA) |
StringCbGetsExA 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCbGetsExA) |
StringCbGetsExW 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCbGetsExW) |
StringCbGetsW 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCbGetsW) |
StringCbLengthA 判斷字串是否超過指定的長度,以位元組為單位。 (ANSI) |
StringCbLengthW 判斷字串是否超過指定的長度,以位元組為單位。 (Unicode) |
StringCbPrintf_lA 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCbPrintf_lA) |
StringCbPrintf_lExA 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCbPrintf_lExA) |
StringCbPrintf_lExW 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCbPrintf_lExW) |
StringCbPrintf_lW 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCbPrintf_lW) |
StringCbPrintfA 將格式化的資料寫入指定的字串。 (StringCbPrintfA) |
StringCbPrintfExA 將格式化的資料寫入指定的字串。 (StringCbPrintfExA) |
StringCbPrintfExW 將格式化的資料寫入指定的字串。 (StringCbPrintfExW) |
StringCbPrintfW 將格式化的資料寫入指定的字串。 (StringCbPrintfW) |
StringCbVPrintf_lA 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保它不會寫入超過這個緩衝區的結尾。 (StringCbVPrintf_lA) |
StringCbVPrintf_lExA 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保它不會寫入超過這個緩衝區的結尾。 (StringCbVPrintf_lExA) |
StringCbVPrintf_lExW 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保它不會寫入超過這個緩衝區的結尾。 (StringCbVPrintf_lExW) |
StringCbVPrintf_lW 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保它不會寫入超過這個緩衝區的結尾。 (StringCbVPrintf_lW) |
StringCbVPrintfA 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCbVPrintfA) |
StringCbVPrintfExA 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCbVPrintfExA) |
StringCbVPrintfExW 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCbVPrintfExW) |
StringCbVPrintfW 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCbVPrintfW) |
StringCchCatA 將一個字串串連到另一個字串。 (StringCchCatA) |
StringCchCatExA 將一個字串串連到另一個字串。 (StringCchCatExA) |
StringCchCatExW 將一個字串串連到另一個字串。 (StringCchCatExW) |
StringCchCatNA 將指定的字元數從一個字串串連到另一個字串。 (StringCchCatNA) |
StringCchCatNExA 將指定的字元數從一個字串串連到另一個字串。 (StringCchCatNExA) |
StringCchCatNExW 將指定的字元數從一個字串串連到另一個字串。 (StringCchCatNExW) |
StringCchCatNW 將指定的字元數從一個字串串連到另一個字串。 (StringCchCatNW) |
StringCchCatW 將一個字串串連到另一個字串。 (StringCchCatW) |
StringCchCopyA 將一個字串複製到另一個字串。 (StringCchCopyA) |
StringCchCopyExA 將一個字串複製到另一個字串。 (StringCchCopyExA) |
StringCchCopyExW 將一個字串複製到另一個字串。 (StringCchCopyExW) |
StringCchCopyNA 將指定的字元數從一個字串複製到另一個字串。 (StringCchCopyNA) |
StringCchCopyNExA 將指定的字元數從一個字串複製到另一個字串。 (StringCchCopyNExA) |
StringCchCopyNExW 將指定的字元數從一個字串複製到另一個字串。 (StringCchCopyNExW) |
StringCchCopyNW 將指定的字元數從一個字串複製到另一個字串。 (StringCchCopyNW) |
StringCchCopyW 將一個字串複製到另一個字串。 (StringCchCopyW) |
StringCchGetsA 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCchGetsA) |
StringCchGetsExA 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCchGetsExA) |
StringCchGetsExW 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCchGetsExW) |
StringCchGetsW 從 stdin 取得一行文字,最多包含分行符號 ('\n') 。 (StringCchGetsW) |
StringCchLengthA 判斷字串是否超過指定的長度,以字元為單位。 (ANSI) |
StringCchLengthW 判斷字串是否超過指定的長度,以字元為單位。 (Unicode) |
StringCchPrintf_lA 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保它不會寫入超過這個緩衝區的結尾。 (StringCchPrintf_lA) |
StringCchPrintf_lExA 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchPrintf_lExA) |
StringCchPrintf_lExW 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchPrintf_lExW) |
StringCchPrintf_lW 將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchPrintf_lW) |
StringCchPrintfA 將格式化的資料寫入指定的字串。 (StringCchPrintfA) |
StringCchPrintfExA 將格式化的資料寫入指定的字串。 (StringCchPrintfExA) |
StringCchPrintfExW 將格式化的資料寫入指定的字串。 (StringCchPrintfExW) |
StringCchPrintfW 將格式化的資料寫入指定的字串。 (StringCchPrintfW) |
StringCchVPrintf_lA 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchVPrintf_lA) |
StringCchVPrintf_lExA 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchVPrintf_lExA) |
StringCchVPrintf_lExW 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchVPrintf_lExW) |
StringCchVPrintf_lW 使用引數清單的指標,將格式化的資料寫入指定的字串。 目的地緩衝區的大小會提供給 函式,以確保其不會寫入超過這個緩衝區的結尾。 (StringCchVPrintf_lW) |
StringCchVPrintfA 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCchVPrintfA) |
StringCchVPrintfExA 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCchVPrintfExA) |
StringCchVPrintfExW 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCchVPrintfExW) |
StringCchVPrintfW 使用引數清單的指標,將格式化的資料寫入指定的字串。 (StringCchVPrintfW) |