BOOL StrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); 参数[in, out] psz类型:PTSTR指向要剪裁的以 null 结尾的字符串的指针。 当此函数成功返回时,psz 接收剪裁后的字符串。[in] pszTrimChars类型:PCTSTR指向以 null 结尾的字符串的指针,其中包含要从 psz剪裁的字符。返回...
BOOL StrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); 参数[in, out] psz类型: PTSTR指向要剪裁的以 null 结尾的字符串的指针。 当此函数成功返回时, psz 将接收剪裁后的字符串。[in] pszTrimChars类型: PCTSTR指向以 null 结尾的字符串的指针,该字符串包含要从 psz 剪裁的字符。返回...
BOOL StrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); 參數[in, out] psz類型: PTSTR要修剪之 Null 終止字串的指標。 當此函式成功傳回時, psz 會接收修剪的字串。[in] pszTrimChars類型: PCTSTRNull 終止字串的指標,其中包含要從 psz 修剪的字元。傳回值類型...
BOOL StrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); 參數 [in, out] psz 類型: PTSTR 要修剪之 Null 終止字串的指標。 當此函式成功傳回時, psz 會接收修剪的字串。 [in] pszTrimChars 類型: PCTSTR Null 終止字串的指標,其中包含要從 psz 修剪的字元。 傳回值 類型: BOOL 如...
BOOLStrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); Paramètres [in, out] psz Type :PTSTR Pointeur vers la chaîne terminée par null à rogner. Lorsque cette fonction retourne correctement,pszreçoit la chaîne rogné. ...
BOOL StrTrimW( [in, out] PWSTR psz, [in] PCWSTR pszTrimChars ); Parámetros[in, out] pszTipo: PTSTR de Puntero a la cadena terminada en null que se va a recortar. Cuando esta función se devuelve correctamente, psz recibe la cadena recortada.[...