Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The DrtGetInstanceNameSize function returns the size of the Distributed Routing Table instance name.
Syntax
HRESULT DrtGetInstanceNameSize(
[in] HDRT hDrt,
[out] ULONG *pulcbInstanceNameSize
);
Parameters
[in] hDrt
Handle to the target DRT instance.
[out] pulcbInstanceNameSize
The length of the DRT instance name.
Return value
This function returns S_OK on success. Other possible values include:
| Return code | Description |
|---|---|
|
pulcbInstanceNameSize is NULL. |
|
hDrt handle is invalid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 Professional [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | drt.h |
| Library | Drt.lib |
| DLL | Drt.dll |