MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / SetPicPwd

Method SetPicPwd

src/pkgDm/Dm2Java.java:1771–1773  ·  view source on GitHub ↗

设置图片密码,如果图片本身没有加密,那么此设置不影响不加密的图片,一样正常使用 注意,此函数必须在使用图片之前调用. @param pwd 图片密码 @return 0:失败 1:成功

(String pwd)

Source from the content-addressed store, hash-verified

1769 * @return 0:失败 1:成功
1770 */
1771 public int SetPicPwd(String pwd){
1772 return Dispatch.call(dm,"SetPicPwd",pwd).getInt();
1773 }
1774
1775/////////////////////////////文件////////////////////////////////////
1776 /**

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected