void (_stdcall *GetOemProtName)(unsigned int spProtocol, char *ProtName);
Parameters
spProtocol
Numeric protocol ID (OEM_Prot1 to OEM_Prot16) - spProtocol item from the StationPar structure
ProtName
A pointer to a buffer with a size of at least 81 characters.
Description
The function returns to the buffer pointed to by the ProtName parameter, the name of the OEM protocol, which is defined in the parameters of the D2000 Server as the application parameter OEM_Prot1_Name to OEM_Prot16_Name.
Note: The OEM protocol name can be used to distinguish between implementations of multiple OEM protocols (or variants thereof) that a single OEM library may contain.
Pridať komentár