Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the title, friendly name, or file name of the hosting process of this program.
Syntax
Parameters
dwType
[in] A value from the GETHOSTNAME_TYPE enumeration.
pbstrHostName
[out] Returns the requested name of the hosting process.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
In a typical implementation of this method, the dwType parameter is ignored and a friendly name of the host machine is returned. Another possible implementation is to pass the dwType parameter to a call to the GetHostName method to get the name.