MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Get

Method Get

Libraries/unrar/secpassword.cpp:111–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111void SecPassword::Get(wchar *Psw,size_t MaxSize)
112{
113 if (PasswordSet)
114 {
115 Process(Password,ASIZE(Password),Psw,MaxSize,false);
116 Psw[MaxSize-1]=0;
117 }
118 else
119 *Psw=0;
120}
121
122
123

Callers 3

operator ==Method · 0.80
SetCryptKeysMethod · 0.80
ConvertDosPasswordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected