mnComparePacketString

This command compares a string with a packet.

If the packet used size and packet contents are identical to the string’s contents and length then 1 is returned; otherwise 0 is returned.

Parameters

Long long int Packet: This is the packet that the command should use.

Char * String: This is the string that the command should use.

Returns (Integer)

1 if the string and packet are identical

0 if the string and packet are different

-1 if an error occurred

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Packets
(1) Miscellaneous
(0) DarkNet Help