wsock32: Fix ASCII / ANSI mixups in comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-26 13:12:46 +02:00 committed by Alexandre Julliard
parent be5acd1c07
commit ece94cd412

View file

@ -65,7 +65,7 @@ INT WINAPI GetAddressByNameW(DWORD dwNameSpace, LPGUID lpServiceType, LPWSTR lpS
* Retrieve a service type GUID for a network service specified by name. * Retrieve a service type GUID for a network service specified by name.
* *
* PARAMETERS * PARAMETERS
* lpServiceName [I] NUL-terminated ASCII string that uniquely represents the name of the service * lpServiceName [I] NUL-terminated ANSI string that uniquely represents the name of the service
* lpServiceType [O] Destination for the service type GUID * lpServiceType [O] Destination for the service type GUID
* *
* RETURNS * RETURNS
@ -114,7 +114,7 @@ INT WINAPI GetTypeByNameW(LPWSTR lpServiceName, LPGUID lpServiceType)
* dwNameSpace [I] Name space or set of name spaces within which the function will operate * dwNameSpace [I] Name space or set of name spaces within which the function will operate
* dwOperation [I] Operation to perform * dwOperation [I] Operation to perform
* dwFlags [I] Flags to modify the function's operation * dwFlags [I] Flags to modify the function's operation
* lpServiceInfo [I] Pointer to a ASCII SERVICE_INFO structure * lpServiceInfo [I] Pointer to an ANSI SERVICE_INFO structure
* lpServiceAsyncInfo [I] Reserved for future use. Must be NULL. * lpServiceAsyncInfo [I] Reserved for future use. Must be NULL.
* lpdwStatusFlags [O] Destination for function status information * lpdwStatusFlags [O] Destination for function status information
* *
@ -167,7 +167,7 @@ INT WINAPI SetServiceW(DWORD dwNameSpace, DWORD dwOperation, DWORD dwFlags, LPSE
* dwNameSpace [I] Name space or set of name spaces within which the function * dwNameSpace [I] Name space or set of name spaces within which the function
* will operate. * will operate.
* lpGuid [I] Pointer to GUID of network service type. * lpGuid [I] Pointer to GUID of network service type.
* lpServiceName [I] NUL-terminated ASCII string that uniquely represents the name * lpServiceName [I] NUL-terminated ANSI string that uniquely represents the name
* of the service. * of the service.
* dwProperties [I] Flags specifying which information to return in lpBuffer. * dwProperties [I] Flags specifying which information to return in lpBuffer.
* lpBuffer [O] Pointer to buffer where the function returns an array * lpBuffer [O] Pointer to buffer where the function returns an array