Discuss this help topic in SecureBlackbox Forum

TElUStarTarHeader.Magic

TElUStarTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] Magic;

[VB.NET]
    Property Magic As Byte()

[Pascal]
    property Magic : ByteArray;

[C++]
    void get_Magic(std::vector<uint8_t> &OutResult);
    void set_Magic(const std::vector<uint8_t> &Value);

[PHP]
    string get_Magic()
    void set_Magic(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum