Discuss this help topic in SecureBlackbox Forum

G_CheckPointerIsNotAnObject

Declared in     See also     


Filter: C#/Java  VB.NET  Pascal  C++  


    G_CheckPointerIsNotAnObject variable regulates whether a check should be performed inside the TElHashFunction.Update() method, when parameter Buffer references a TStream object.
    This option should only be turned on if you have upgraded an existing project from SBB 8.2.193 (or earlier version) to SBB 8.2.194 (or higher version) AND you use TElHashFunction explicitly in your project. By setting the variable to True you will ensure that all your TElHashFunction.Update() calls work correctly with both buffers and streams.

Declaration

[C#/Java]
    not available;

[VB.NET]
    not available;

[Pascal]
    G_CheckPointerIsNotAnObject : boolean = True;

[C++]
    not implemented;

Description

Declared in

.NET:
VCL:
  • Unit: SBHashFunction
Java:
  • Not available
C++:
  • Not available

See also:     TElHashFunction    

Discuss this help topic in SecureBlackbox Forum