format pliku PST
Chcialbym napisac program do wyluskiwania e_maili z pliku pst.niestety nie moge nigdzie znalesc formatu tego pliku.Help please.
Odpowiedzi: 2
To jest opis formatu pliku .bmp
Header:
typedef struct {
unsigned short int type; /* Magic identifier */
unsigned int size; /* File size in bytes */
unsigned short int reserved1, reserved2;
unsigned int offset; /* Offset to image data, bytes */
} HEADER;
Information:
typedef struct {
unsigned int size; /* Header size in bytes */
int width,height; /* Width and height of image */
unsigned short int planes; /* Number of colour planes */
unsigned short int bits; /* Bits per pixel */
unsigned int compression; /* Compression type */
unsigned int imagesize; /* Image size in bytes */
int xresolution,yresolution; /* Pixels per meter */
unsigned int ncolours; /* Number of colours */
unsigned int importantcolours; /* Important colours */
} INFOHEADER;
Szukam czegos takiego do .pst
Mam nadzieje ze wyrazilem sie wystarczajaco jasno.
Header:
typedef struct {
unsigned short int type; /* Magic identifier */
unsigned int size; /* File size in bytes */
unsigned short int reserved1, reserved2;
unsigned int offset; /* Offset to image data, bytes */
} HEADER;
Information:
typedef struct {
unsigned int size; /* Header size in bytes */
int width,height; /* Width and height of image */
unsigned short int planes; /* Number of colour planes */
unsigned short int bits; /* Bits per pixel */
unsigned int compression; /* Compression type */
unsigned int imagesize; /* Image size in bytes */
int xresolution,yresolution; /* Pixels per meter */
unsigned int ncolours; /* Number of colours */
unsigned int importantcolours; /* Important colours */
} INFOHEADER;
Szukam czegos takiego do .pst
Mam nadzieje ze wyrazilem sie wystarczajaco jasno.
Nie rozumiem. Jakiego formatu nie mozesz znalezc ? Format pliku .pst to .pst
Strona 1 / 1