wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..IsBlackListed Method

Determines GUID is blacklisted

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public static bool IsBlackListed(
	ulong guid
)
Public Shared Function IsBlackListed ( _
	guid As ULong _
) As Boolean
public:
static bool^ IsBlackListed(
	unsigned long long^ guid
)

Parameters

guid
Type: UInt64
The GUID.

Return Value

true if blacklisted otherwise, false.