C
static void NBNSGetName( BYTE * String );
Description
Reads the NetBIOS name from a UDP socket and copies it into a user-specified buffer.
Preconditions
None
Parameters
Parameters |
Description |
String |
Pointer to an array into which a received NetBIOS name should be copied. |
Returns
None
Side Effects
None
Remarks
None