ValidateResource

This function starts an internal validation on a resource. Any rdfsResource can be used as input. If nothing unexpected is found the return value is 0.

Syntax

public const string enginedll = @"engine.dll";

[DllImport(enginedll, EntryPoint = "ValidateResource")]
public static extern Int64 ValidateResource(Int64 rdfsResource);    

Property rdfsResource

Size: 64 bit / 8 byte (value)
???.