C-DEngine 5.105

ICDEScopeManager..::..IsInScope Method

Determines whether [is in scope] [the specified p MSG sid].

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool IsInScope(
	string pMsgSID,
	bool IsRealScopeID
)
Function IsInScope ( _
	pMsgSID As String, _
	IsRealScopeID As Boolean _
) As Boolean
bool^ IsInScope(
	String^ pMsgSID, 
	bool^ IsRealScopeID
)

Parameters

pMsgSID
Type: String
The MSG sid.
IsRealScopeID
Type: Boolean
if set to true [is real scope identifier].

Return Value

true if [is in scope] [the specified MSG sid]; otherwise, false.