char str[10]; HRESULT hr; hr = StringCbCopy(str, sizeof(str), "hello"); if (SUCCEEDED(hr)) puts(str);