नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Creates a string object that has the specified length.
Syntax
int CreateStringObjectWithLength (
string pcstrString,
uint uiLength,
out IDebugObject ppObject
);
Parameters
pcstrString
[in] The string value for the string object.
uiLength
[in] The length of the string in bytes.
ppObject
[out] Returns an IDebugObject object that represents the newly created string object.
Return Value
If successful, returns S_OK; otherwise, returns an error code.